0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 07:27:22 +01:00
nodejs/test/node-api
Michael Dawson 362e4a1aec n-api: ensure scope present for finalization
Refs: https://github.com/nodejs/node-addon-api/issues/722

Ensure a scope is on stack during finalization
as finalization functions can create JS Objects

Signed-off-by: Michael Dawson <michael_dawson@ca.ibm.com>

PR-URL: https://github.com/nodejs/node/pull/33508
Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2020-06-09 19:17:49 -04:00
..
1_hello_world
test_async
test_buffer buffer,n-api: release external buffers from BackingStore callback 2020-05-16 12:15:07 +02:00
test_callback_scope
test_cleanup_hook
test_exception
test_fatal
test_fatal_exception
test_general
test_instance_data module: deprecate module.parent 2020-05-24 03:38:39 +02:00
test_make_callback
test_make_callback_recurse
test_null_init
test_policy
test_threadsafe_function Revert "n-api: detect deadlocks in thread-safe function" 2020-05-23 17:45:42 +02:00
test_uv_loop
test_worker_buffer_callback test: fix out-of-bound reads from invalid sizeof usage 2020-04-30 04:56:11 +02:00
test_worker_terminate
test_worker_terminate_finalization n-api: ensure scope present for finalization 2020-06-09 19:17:49 -04:00
.gitignore
node-api.status
testcfg.py