node/test/js-native-api
Rich Trott afa4f37faf
tools: enable ESLint no-loss-of-precision rule
PR-URL: https://github.com/nodejs/node/pull/41463
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
2022-01-14 16:22:50 +01:00
..
2_function_arguments
3_callbacks
4_object_factory
5_function_factory
6_object_wrap
7_factory_wrap
8_passing_wrapped
test_array
test_bigint test: suppress compiler warning in test_bigint 2021-10-01 05:13:32 +02:00
test_constructor
test_conversions test: avoid deep comparisons with literals 2021-11-06 11:00:00 +01:00
test_dataview
test_date
test_error src,doc: add SyntaxError napi support 2021-11-21 16:07:37 +01:00
test_exception node-api: rtn pending excep on napi_new_instance 2021-06-04 16:38:06 -04:00
test_function node-api: handle pending exception in cb wrapper 2021-08-03 16:38:45 -04:00
test_general
test_handle_scope
test_instance_data
test_new_target
test_number tools: enable ESLint no-loss-of-precision rule 2022-01-14 16:22:50 +01:00
test_object
test_promise
test_properties
test_reference src: make napi_create_reference accept symbol 2021-09-08 13:10:38 -04:00
test_reference_double_free
test_string node-api: avoid crashing on passed-in null string 2021-06-11 09:01:22 -07:00
test_symbol
test_typedarray
.gitignore
common.c
common.h src: reset error struct if error code is napi_ok 2021-11-21 16:07:37 +01:00
entry_point.c
testcfg.py