node/test/js-native-api
Gabriel Schulhof 93dd799a86
node-api: define version 8
Mark as stable the APIs that define Node-API version 8.

PR-URL: https://github.com/nodejs/node/pull/37652
Backport-PR-URL: https://github.com/nodejs/node/pull/37796
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
2021-03-19 12:08:09 +00:00
..
2_function_arguments
3_callbacks
4_object_factory
5_function_factory
6_object_wrap n-api: define ECMAScript-compliant accessors on napi_define_class 2019-06-18 16:04:10 +02:00
7_factory_wrap n-api: run all finalizers via SetImmediate() 2020-09-22 19:54:24 +02:00
8_passing_wrapped n-api: run all finalizers via SetImmediate() 2020-09-22 19:54:24 +02:00
test_array benchmark,doc,lib,test: capitalize comments 2019-02-28 18:31:10 +01:00
test_bigint n-api: simplify bigint-from-word creation 2020-09-22 19:54:45 +02:00
test_constructor n-api: refactor a previous commit 2019-08-02 22:23:57 +02:00
test_conversions test: add n-api null checks for conversions 2020-09-22 19:53:38 +02:00
test_dataview
test_date n-api: mark version 5 N-APIs as stable 2019-09-20 09:36:17 +02:00
test_error test: refactor common.expectsError 2020-04-01 12:58:33 -04:00
test_exception n-api: run all finalizers via SetImmediate() 2020-09-22 19:54:24 +02:00
test_function n-api: refactoring napi_create_function testing 2019-08-02 22:24:07 +02:00
test_general node-api: define version 8 2021-03-19 12:08:09 +00:00
test_handle_scope benchmark,doc,lib,test: capitalize comments 2019-03-10 00:44:40 +01:00
test_instance_data n-api: define release 6 2020-04-28 16:00:37 +02:00
test_new_target
test_number n-api: add uint32 test for -1 2020-06-06 21:58:38 -07:00
test_object node-api: define version 8 2021-03-19 12:08:09 +00:00
test_promise
test_properties n-api: define ECMAScript-compliant accessors on napi_define_properties 2019-06-18 16:04:10 +02:00
test_reference n-api: run all finalizers via SetImmediate() 2020-09-22 19:54:24 +02:00
test_string napi: fix memory corruption vulnerability 2020-06-02 16:00:50 +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-29 00:00:06 +02:00
.gitignore
common.c n-api: refactor a previous commit 2019-08-02 22:23:57 +02:00
common.h n-api: refactor a previous commit 2019-08-02 22:23:57 +02:00
entry_point.c
testcfg.py