1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-18 03:44:05 -05:00
denoland-deno/core/runtime
Nayeem Rahman 4e2f02639e
refactor(core): don't use extension macro for core js (#19616)
Seems like too much of a special case because `init_cbs()` needs to be
called right after them. Removes the `Extension::is_core` stuff.
2023-07-02 00:14:41 +02:00
..
bindings.js chore(core): Refactor runtime and split out tests (#19491) 2023-06-14 02:03:10 +00:00
bindings.rs chore: fix typos (#19572) 2023-06-26 09:10:27 -04:00
encode_decode_test.js chore(core): Refactor runtime and split out tests (#19491) 2023-06-14 02:03:10 +00:00
error_builder_test.js chore(core): Refactor runtime and split out tests (#19491) 2023-06-14 02:03:10 +00:00
icudtl.dat chore(core): Refactor runtime and split out tests (#19491) 2023-06-14 02:03:10 +00:00
jsrealm.rs fix(core): Ensure we don't lose the waker when polling an empty JoinSet (#19655) 2023-06-29 16:01:54 +00:00
jsruntime.rs refactor(core): don't use extension macro for core js (#19616) 2023-07-02 00:14:41 +02:00
mod.rs refactor(core): some runtime methods should live on the module map (#19502) 2023-06-14 16:45:59 +00:00
ops.rs refactor(ops): op2 supports strings in argument and return position (#19613) 2023-07-01 22:07:05 +00:00
serialize_deserialize_test.js chore(core): Refactor runtime and split out tests (#19491) 2023-06-14 02:03:10 +00:00
snapshot_util.rs refactor(core): don't use extension macro for core js (#19616) 2023-07-02 00:14:41 +02:00
tests.rs fix(core): Ensure we don't lose the waker when polling an empty JoinSet (#19655) 2023-06-29 16:01:54 +00:00