node/test/node-api/test_threadsafe_function
Chengzhong Wu 77597d3aea
node-api: enable uncaught exceptions policy by default
This enables the option `--force-node-api-uncaught-exceptions-policy`
for a specific Node-API addon when it is compiled with
`NAPI_EXPERIMENTAL` (and this would be the default behavior when
`NAPI_VERSION` 10 releases). This would not break existing Node-API
addons.

PR-URL: https://github.com/nodejs/node/pull/49313
Refs: https://github.com/nodejs/node/pull/36510
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Gabriel Schulhof <gabrielschulhof@gmail.com>
2023-09-25 04:23:58 +00:00
..
binding.c node-api: emit uncaught-exception on unhandled tsfn callbacks 2022-05-27 13:32:08 -04:00
binding.gyp node-api: enable uncaught exceptions policy by default 2023-09-25 04:23:58 +00:00
test.js test: add trailing commas in `test/node-api` 2023-01-29 20:01:09 +01:00
test_legacy_uncaught_exception.js node-api: enable uncaught exceptions policy by default 2023-09-25 04:23:58 +00:00
test_uncaught_exception.c node-api: enable uncaught exceptions policy by default 2023-09-25 04:23:58 +00:00
test_uncaught_exception.js node-api: enable uncaught exceptions policy by default 2023-09-25 04:23:58 +00:00
test_uncaught_exception_v9.js node-api: enable uncaught exceptions policy by default 2023-09-25 04:23:58 +00:00
uncaught_exception.js node-api: enable uncaught exceptions policy by default 2023-09-25 04:23:58 +00:00