node/test/js-native-api
Shelley Vohr 19f14517c7
n-api: support for object freeze/seal
PR-URL: https://github.com/nodejs/node/pull/35359
Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
2020-10-07 08:31:43 -07: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-17 12:07:08 +02:00
7_factory_wrap n-api: run all finalizers via SetImmediate() 2020-07-23 23:28:09 -07:00
8_passing_wrapped n-api: run all finalizers via SetImmediate() 2020-07-23 23:28:09 -07: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-07-31 13:45:25 -07: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-08 10:32:16 -07: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 n-api: run all finalizers via SetImmediate() 2020-07-23 23:28:09 -07:00
test_function n-api: refactoring napi_create_function testing 2019-07-31 23:19:41 -07:00
test_general n-api: create N-API version 7 2020-09-18 19:58:39 -07: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-05-24 03:38:39 +02:00
test_new_target
test_number n-api: add uint32 test for -1 2020-05-06 23:52:05 -07:00
test_object n-api: support for object freeze/seal 2020-10-07 08:31:43 -07: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 n-api: run all finalizers via SetImmediate() 2020-07-23 23:28:09 -07:00
test_string napi: fix memory corruption vulnerability 2020-06-02 20:35:51 +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-18 19:58:39 -07: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