Luca Casonato
c9204c4aee
refactor: introduce primordials ( #10939 )
...
This commit introduces primordials to deno_core. Primordials are a
frozen set of all intrinsic objects in the runtime. They are not
vulnerable to prototype pollution.
2021-07-02 12:18:30 +02:00
Charlie Moog
580c9f9ef0
fix(core): don't panic on stdout/stderr write failures in Deno.core.print ( #11039 )
2021-06-22 04:39:59 +02:00
Aaron O'Mullan
d059f9b06e
cleanup(core): flatten print's op args ( #10643 )
2021-05-15 15:22:57 +02:00
Aaron O'Mullan
d5f39fd121
cleanup(ops): remove unused ZeroCopyBuf arg-types ( #10530 )
2021-05-08 14:37:42 +02:00
Aaron O'Mullan
3a37444cb5
fix(core/print): flush stderr ( #10480 )
2021-05-03 14:51:32 +02:00
Aaron O'Mullan
ea917384fe
refactor(core): convert core.print() to a builtin op ( #10436 )
2021-05-02 19:30:03 -04:00
Aaron O'Mullan
578f2ba45e
refactor(core): provide builtins as an Extension ( #10449 )
2021-04-30 21:08:29 -04:00
Aaron O'Mullan
1c7164257d
refactor(core): move builtin ops to their own file ( #10336 )
2021-04-25 19:23:22 +02:00