0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/node-api
Anna Henningsen 55fbcda864
n-api: do not require JS Context for napi_async_destroy()
Allow the function to be called during GC, which is a common use case.

Fixes: https://github.com/nodejs/node/issues/27218

PR-URL: https://github.com/nodejs/node/pull/27255
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
2019-04-24 21:38:39 +02:00
..
1_hello_world worker: improve integration with native addons 2019-02-22 21:42:09 +01:00
test_async
test_buffer
test_callback_scope
test_cleanup_hook
test_env_sharing
test_exception
test_fatal
test_fatal_exception
test_general
test_make_callback n-api: do not require JS Context for napi_async_destroy() 2019-04-24 21:38:39 +02:00
test_make_callback_recurse
test_null_init
test_threadsafe_function n-api: mark thread-safe function as stable 2019-01-21 22:30:11 -08:00
test_uv_loop src: de-lint header usage 2019-03-12 09:57:19 -04:00
test_worker_terminate worker: improve integration with native addons 2019-02-22 21:42:09 +01:00
.gitignore
node-api.status test: remove flaky designation for test_threadsafe_function 2019-03-04 11:09:47 -08:00
testcfg.py