node/test/js-native-api
Gabriel Schulhof 77f7200cce node-api: extend type-tagging to externals
Since externals behave as JavaScript objects on the JavaScript side,
allow them to be type-tagged.

Signed-off-by: Gabriel Schulhof <gabrielschulhof@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/47141
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
2023-04-07 08:40:35 -03:00
..
2_function_arguments
3_callbacks
4_object_factory
5_function_factory
6_object_wrap node-api: generalize finalizer second pass callback 2023-01-05 13:11:34 -03:00
7_factory_wrap
8_passing_wrapped
test_array test: add trailing commas in test/js-native-api 2023-02-18 16:03:03 -05:00
test_bigint test: add trailing commas in test/js-native-api 2023-02-18 16:03:03 -05:00
test_constructor test: add trailing commas in test/js-native-api 2023-02-18 16:03:03 -05:00
test_conversions test: add trailing commas in test/js-native-api 2023-02-18 16:03:03 -05:00
test_dataview
test_date
test_error test: add trailing commas in test/js-native-api 2023-02-18 16:03:03 -05:00
test_exception test: add trailing commas in test/js-native-api 2023-02-18 16:03:03 -05:00
test_function test: add trailing commas in test/js-native-api 2023-02-18 16:03:03 -05:00
test_general test: add trailing commas in test/js-native-api 2023-02-18 16:03:03 -05:00
test_handle_scope
test_instance_data
test_new_target
test_number
test_object node-api: extend type-tagging to externals 2023-04-07 08:40:35 -03:00
test_promise
test_properties
test_reference node-api: emit uncaught-exception on unhandled tsfn callbacks 2022-05-27 13:32:08 -04:00
test_reference_double_free node-api: fix immediate napi_remove_wrap test 2022-11-21 15:20:41 -05:00
test_string
test_symbol
test_typedarray
.gitignore
common.c
common.h
entry_point.c
testcfg.py