mirror of
https://github.com/nodejs/node.git
synced 2025-04-29 14:25:18 +00:00

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>
9 lines
154 B
Python
9 lines
154 B
Python
{
|
|
"targets": [
|
|
{
|
|
"target_name": "test_worker_terminate_finalization",
|
|
"sources": [ "test_worker_terminate_finalization.c" ]
|
|
}
|
|
]
|
|
}
|