node/test/js-native-api/test_object
Chengzhong Wu 91e373f8e9
node-api: return napi_exception_pending on proxy handlers
Accessing JS objects can be trapped with proxy handlers. These
handlers can throw when no node-api errors occur. In such cases,
`napi_pending_exception` should be returned.

PR-URL: https://github.com/nodejs/node/pull/48607
Reviewed-By: Gabriel Schulhof <gabrielschulhof@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
2023-10-24 09:41:05 +02:00
..
binding.gyp node-api: return napi_exception_pending on proxy handlers 2023-10-24 09:41:05 +02:00
test.js node-api: extend type-tagging to externals 2023-03-22 04:47:08 +00:00
test_exceptions.c node-api: return napi_exception_pending on proxy handlers 2023-10-24 09:41:05 +02:00
test_exceptions.js node-api: return napi_exception_pending on proxy handlers 2023-10-24 09:41:05 +02:00
test_null.c
test_null.h
test_null.js test: add trailing commas in test/js-native-api 2023-02-03 17:12:18 +01:00
test_object.c test: avoid copying test source files 2023-09-10 06:11:36 +00:00