mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
8ed659d2e3
Part of #20613. If a node addon is using the legacy `napi_module_register` on ctor approach to module registration, we have to store the registered module so that other threads can load the addon (because `napi_module_register` will only be called once per process). |
||
---|---|---|
.. | ||
src | ||
tests | ||
.gitignore | ||
array_test.js | ||
arraybuffer_test.js | ||
async_test.js | ||
bigint_test.js | ||
build.rs | ||
callback_test.js | ||
Cargo.toml | ||
cleanup_hook_test.js | ||
coerce_test.js | ||
common.js | ||
date_test.js | ||
env_test.js | ||
error_test.js | ||
init_test.js | ||
make_callback_test.js | ||
mem_test.js | ||
module.c | ||
numbers_test.js | ||
object_test.js | ||
object_wrap_test.js | ||
promise_test.js | ||
properties_test.js | ||
strings_test.js | ||
symbol_test.js | ||
typedarray_test.js |