| .. |
|
2_function_arguments
|
test: give js-native-api tests consistent names
|
2021-05-31 15:34:47 -04:00 |
|
3_callbacks
|
test: give js-native-api tests consistent names
|
2021-05-31 15:34:47 -04:00 |
|
4_object_factory
|
test: give js-native-api tests consistent names
|
2021-05-31 15:34:47 -04:00 |
|
5_function_factory
|
test: give js-native-api tests consistent names
|
2021-05-31 15:34:47 -04:00 |
|
6_object_wrap
|
test: give js-native-api tests consistent names
|
2021-05-31 15:34:47 -04:00 |
|
7_factory_wrap
|
test: give js-native-api tests consistent names
|
2021-05-31 15:34:47 -04:00 |
|
8_passing_wrapped
|
test: give js-native-api tests consistent names
|
2021-05-31 15:34:47 -04:00 |
|
test_array
|
|
|
|
test_bigint
|
test: suppress compiler warning in test_bigint
|
2021-10-04 20:32:16 +02:00 |
|
test_constructor
|
|
|
|
test_conversions
|
test: avoid deep comparisons with literals
|
2022-02-24 21:57:21 -05:00 |
|
test_dataview
|
|
|
|
test_date
|
|
|
|
test_error
|
src,doc: add SyntaxError napi support
|
2022-01-31 22:53:50 -05:00 |
|
test_exception
|
node-api: rtn pending excep on napi_new_instance
|
2021-06-11 07:24:54 +02:00 |
|
test_function
|
node-api: handle pending exception in cb wrapper
|
2021-08-16 16:34:54 -04:00 |
|
test_general
|
|
|
|
test_handle_scope
|
|
|
|
test_instance_data
|
|
|
|
test_new_target
|
test: give js-native-api tests consistent names
|
2021-05-31 15:34:47 -04:00 |
|
test_number
|
tools: enable ESLint no-loss-of-precision rule
|
2022-01-31 23:55:01 -05:00 |
|
test_object
|
tools,test: enable no-prototype-builtins
|
2022-03-14 09:32:14 -04:00 |
|
test_promise
|
|
|
|
test_properties
|
|
|
|
test_reference
|
src: make napi_create_reference accept symbol
|
2021-09-21 19:13:37 +01:00 |
|
test_reference_double_free
|
|
|
|
test_string
|
node-api: avoid crashing on passed-in null string
|
2021-06-12 19:39:26 -07:00 |
|
test_symbol
|
test: replace commented out expectations with tests
|
2022-03-14 09:32:09 -04:00 |
|
test_typedarray
|
|
|
|
.gitignore
|
|
|
|
common.c
|
|
|
|
common.h
|
src: reset error struct if error code is napi_ok
|
2022-01-31 22:53:52 -05:00 |
|
entry_point.c
|
|
|
|
testcfg.py
|
|
|