node/test/addons-napi
Gabriel Schulhof 54c2bc2e62 n-api: create N-API version 7
Mark `napi_detach_arraybuffer` and `napi_is_detached_arraybuffer` as
stable.

Signed-off-by: Gabriel Schulhof <gabriel.schulhof@intel.com>
PR-URL: https://github.com/nodejs/node/pull/35199
Backport-PR-URL: https://github.com/nodejs/node/pull/35336
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Michael Dawson <mdawson@devrus.com>
2020-10-07 07:25:00 -04:00
..
1_hello_world
2_function_arguments
3_callbacks
4_object_factory
5_function_factory
6_object_wrap
7_factory_wrap test: checks on napi factory wrap’s finalization 2018-09-20 07:41:15 +02:00
8_passing_wrapped test: checks on napi factory wrap’s finalization 2018-09-20 07:41:15 +02:00
test_array
test_async test: remove unused argument in assertion 2018-08-15 20:23:17 +10:00
test_bigint n-api: define release 6 2020-04-06 11:39:06 +01:00
test_buffer
test_callback_scope
test_cleanup_hook
test_constructor
test_conversions test: fix assert.strictEqual argument order 2018-11-29 11:38:19 -05:00
test_dataview
test_date n-api: mark version 5 N-APIs as stable 2019-10-01 19:38:58 +01:00
test_env_sharing n-api: add APIs for per-instance state management 2020-02-25 19:20:38 +00:00
test_error
test_exception test: fix arguments order in napi test_exception 2019-01-28 21:54:52 -08:00
test_fatal
test_fatal_exception
test_function
test_general n-api: create N-API version 7 2020-10-07 07:25:00 -04:00
test_handle_scope
test_instance_data n-api: define release 6 2020-04-06 11:39:06 +01:00
test_make_callback test: fix order in assert.strictEqual to actual, expected 2018-12-26 11:18:49 -05:00
test_make_callback_recurse
test_new_target
test_null_init
test_number
test_object n-api: define release 6 2020-04-06 11:39:06 +01:00
test_promise
test_properties
test_reference n-api: handle reference delete before finalize 2019-02-28 23:37:31 +11:00
test_string napi: fix memory corruption vulnerability 2020-06-02 14:59:22 +01:00
test_symbol
test_threadsafe_function n-api: make func argument of napi_create_threadsafe_function optional 2019-09-20 10:53:13 +01:00
test_typedarray n-api: create N-API version 7 2020-10-07 07:25:00 -04:00
test_uv_loop
.gitignore
common.h test: use NULL instead of 0 in common.h 2018-12-26 11:18:54 -05:00
testcfg.py