mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
A gc may happen during environment teardown. Thus, during finalization initiated by environment teardown we must remove the V8 finalizer before calling the Node-API finalizer. Fixes: https://github.com/nodejs/node/issues/37236 PR-URL: https://github.com/nodejs/node/pull/37616 Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> |
||
|---|---|---|
| .. | ||
| 1_hello_world | ||
| test_async | ||
| test_async_cleanup_hook | ||
| test_async_context | ||
| test_buffer | ||
| test_callback_scope | ||
| test_cleanup_hook | ||
| test_env_teardown_gc | ||
| test_exception | ||
| test_fatal | ||
| test_fatal_exception | ||
| test_general | ||
| test_instance_data | ||
| test_make_callback | ||
| test_make_callback_recurse | ||
| test_null_init | ||
| test_policy | ||
| test_threadsafe_function | ||
| test_uv_loop | ||
| test_worker_buffer_callback | ||
| test_worker_terminate | ||
| test_worker_terminate_finalization | ||
| .gitignore | ||
| node-api.status | ||
| testcfg.py | ||