node/test/js-native-api
Michael Dawson 59a21e28d6
n-api: fix comment on expected N-API version
Remove the comment about the expected version so
that it does not get out of sync. The code shows
the expected version anyway.

Signed-off-by: Michael Dawson <michael_dawson@ca.ibm.com>

PR-URL: https://github.com/nodejs/node/pull/32236
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2020-03-24 02:55:08 -04: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
8_passing_wrapped doc: remove "it is important to" phrasing 2019-10-28 07:08:06 +01:00
test_array benchmark,doc,lib,test: capitalize comments 2019-02-28 18:31:10 +01:00
test_bigint n-api: define release 6 2020-03-09 19:03:55 -04:00
test_constructor n-api: refactor a previous commit 2019-07-26 15:09:04 -07:00
test_conversions
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 2020-01-03 17:47:37 +01:00
test_exception
test_function n-api: refactoring napi_create_function testing 2019-07-31 23:19:41 -07:00
test_general n-api: fix comment on expected N-API version 2020-03-24 02:55:08 -04: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-03-09 19:03:55 -04:00
test_new_target
test_number benchmark,doc,lib: capitalize more comments 2019-03-27 17:20:06 +01:00
test_object n-api: define release 6 2020-03-09 19:03:55 -04: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 test: check napi_get_reference_value() during finalization 2019-04-30 18:59:34 -07:00
test_string benchmark,doc,lib: capitalize more comments 2019-03-27 17:20:06 +01:00
test_symbol benchmark,doc,lib: capitalize more comments 2019-03-27 17:20:06 +01:00
test_typedarray n-api: implement napi_is_detached_arraybuffer 2019-11-30 03:57:22 +01: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