node/test/js-native-api
JckXia f74fe2a59c
src: make napi_create_reference accept symbol
PR-URL: https://github.com/nodejs/node/pull/39926
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2022-01-25 12:38:26 -05:00
..
2_function_arguments test: give js-native-api tests consistent names 2021-07-20 07:11:18 -04:00
3_callbacks test: give js-native-api tests consistent names 2021-07-20 07:11:18 -04:00
4_object_factory test: give js-native-api tests consistent names 2021-07-20 07:11:18 -04:00
5_function_factory test: give js-native-api tests consistent names 2021-07-20 07:11:18 -04:00
6_object_wrap test: give js-native-api tests consistent names 2021-07-20 07:11:18 -04:00
7_factory_wrap test: give js-native-api tests consistent names 2021-07-20 07:11:18 -04:00
8_passing_wrapped test: give js-native-api tests consistent names 2021-07-20 07:11:18 -04:00
test_array test: prepare for consistent comma-dangle lint rule 2021-09-04 12:24:57 +02:00
test_bigint test: call functions internally 2021-06-11 09:30:14 +02:00
test_constructor n-api: refactor a previous commit 2019-07-26 15:09:04 -07:00
test_conversions test: add n-api null checks for conversions 2020-07-16 17:09:11 -04:00
test_dataview
test_date n-api: mark version 5 N-APIs as stable 2019-09-05 09:16:54 -07:00
test_error test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test_exception test: prepare for consistent comma-dangle lint rule 2021-09-04 12:24:57 +02:00
test_function node-api: handle pending exception in cb wrapper 2021-09-04 15:14:46 +02:00
test_general test: prepare for consistent comma-dangle lint rule 2021-09-04 12:24:57 +02:00
test_handle_scope benchmark,doc,lib,test: capitalize comments 2019-03-10 00:44:40 +01:00
test_instance_data module: deprecate module.parent 2020-07-16 17:09:13 -04:00
test_new_target test: give js-native-api tests consistent names 2021-07-20 07:11:18 -04:00
test_number n-api: add uint32 test for -1 2020-05-07 08:25:57 -07:00
test_object test: prepare for consistent comma-dangle lint rule 2021-09-04 12:24:57 +02:00
test_promise
test_properties n-api: define ECMAScript-compliant accessors on napi_define_properties 2019-06-17 12:06:06 +02:00
test_reference src: make napi_create_reference accept symbol 2022-01-25 12:38:26 -05:00
test_reference_double_free node-api: force env shutdown deferring behavior 2021-04-26 12:42:05 +02:00
test_string napi: fix memory corruption vulnerability 2020-06-02 15:56:39 +02:00
test_symbol benchmark,doc,lib: capitalize more comments 2019-03-27 17:20:06 +01:00
test_typedarray n-api: create N-API version 7 2020-09-21 13:36:03 -04:00
.gitignore
common.c n-api: refactor a previous commit 2019-07-26 15:09:04 -07:00
common.h n-api: refactor a previous commit 2019-07-26 15:09:04 -07:00
entry_point.c
testcfg.py