node/test/js-native-api
Gabriel Schulhof df15a4732c
node-api: test passing NULL to number APIs
PR-URL: https://github.com/nodejs/node/pull/47549
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
2023-04-20 03:20:39 +00:00
..
2_function_arguments test: give js-native-api tests consistent names 2021-05-19 16:43:19 -04:00
3_callbacks test: give js-native-api tests consistent names 2021-05-19 16:43:19 -04:00
4_object_factory test: give js-native-api tests consistent names 2021-05-19 16:43:19 -04:00
5_function_factory test: give js-native-api tests consistent names 2021-05-19 16:43:19 -04:00
6_object_wrap node-api: generalize finalizer second pass callback 2022-12-20 01:44:42 +08:00
7_factory_wrap test: give js-native-api tests consistent names 2021-05-19 16:43:19 -04:00
8_passing_wrapped test: give js-native-api tests consistent names 2021-05-19 16:43:19 -04:00
test_array test: add trailing commas in test/js-native-api 2023-02-03 17:12:18 +01:00
test_bigint test: add trailing commas in test/js-native-api 2023-02-03 17:12:18 +01:00
test_constructor test: add trailing commas in test/js-native-api 2023-02-03 17:12:18 +01:00
test_conversions test: add trailing commas in test/js-native-api 2023-02-03 17:12:18 +01:00
test_dataview test: rename n-api to node-api 2021-02-06 05:03:38 -08:00
test_date test: rename n-api to node-api 2021-02-06 05:03:38 -08:00
test_error test: add trailing commas in test/js-native-api 2023-02-03 17:12:18 +01:00
test_exception test: add trailing commas in test/js-native-api 2023-02-03 17:12:18 +01:00
test_function test: add trailing commas in test/js-native-api 2023-02-03 17:12:18 +01:00
test_general test: add trailing commas in test/js-native-api 2023-02-03 17:12:18 +01:00
test_handle_scope test: rename n-api to node-api 2021-02-06 05:03:38 -08:00
test_instance_data test: rename n-api to node-api 2021-02-06 05:03:38 -08:00
test_new_target test: give js-native-api tests consistent names 2021-05-19 16:43:19 -04:00
test_number node-api: test passing NULL to number APIs 2023-04-20 03:20:39 +00:00
test_object node-api: extend type-tagging to externals 2023-03-22 04:47:08 +00:00
test_promise test: rename n-api to node-api 2021-02-06 05:03:38 -08:00
test_properties node-api: add node_api_symbol_for() 2022-01-24 16:35:07 -05:00
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-18 09:31:25 +00:00
test_string node-api: avoid crashing on passed-in null string 2021-06-11 09:01:22 -07:00
test_symbol test: replace commented out expectations with tests 2022-01-29 10:01:10 +00:00
test_typedarray test: rename n-api to node-api 2021-02-06 05:03:38 -08:00
.gitignore
common.c test: rename n-api to node-api 2021-02-06 05:03:38 -08:00
common.h node-api,src: fix module registration in MSVC C++ 2022-04-07 09:40:07 -04:00
entry_point.c
testcfg.py