0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/js-native-api
Gabriel Schulhof e454e9b33f n-api: add uint32 test for -1
Adds a test to ensure that napi_get_value_uint32 returns 0xffffffff for
-1.

Re: https://github.com/nodejs/node/issues/33117
Signed-off-by: Gabriel Schulhof <gabriel.schulhof@intel.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Zeyu Yang <himself65@outlook.com>
2020-05-06 23:52:05 -07:00
..
2_function_arguments
3_callbacks
4_object_factory
5_function_factory
6_object_wrap
7_factory_wrap
8_passing_wrapped doc: remove "it is important to" phrasing 2019-10-26 16:33:24 -07:00
test_array
test_bigint n-api: define release 6 2020-03-09 11:58:51 -07:00
test_constructor
test_conversions
test_dataview
test_date
test_error test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test_exception
test_function
test_general n-api: fix comment on expected N-API version 2020-03-16 16:48:30 -04:00
test_handle_scope
test_instance_data n-api: define release 6 2020-03-09 11:58:51 -07: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: define release 6 2020-03-09 11:58:51 -07:00
test_promise
test_properties
test_reference
test_string
test_symbol
test_typedarray src: remove calls to deprecated ArrayBuffer methods 2020-03-21 12:00:57 +01:00
.gitignore
common.c
common.h
entry_point.c
testcfg.py