0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/addons-napi
Jason Ginchereau ddba969321 test: fix build warning in addons-napi/test_object
PR-URL: https://github.com/nodejs/node/pull/13412
Reviewed-By: Anna Henningsen <anna@addaleax.net>
2017-06-05 16:34:13 -07:00
..
1_hello_world n-api: change napi_callback to return napi_value 2017-04-10 23:30:03 +02:00
2_function_arguments n-api: change napi_callback to return napi_value 2017-04-10 23:30:03 +02:00
3_callbacks n-api: napi_get_cb_info should fill array 2017-05-09 15:12:15 -04:00
4_object_factory n-api: change napi_callback to return napi_value 2017-04-10 23:30:03 +02:00
5_function_factory n-api: change napi_callback to return napi_value 2017-04-10 23:30:03 +02:00
6_object_wrap n-api: change napi_callback to return napi_value 2017-04-10 23:30:03 +02:00
7_factory_wrap n-api: change napi_callback to return napi_value 2017-04-10 23:30:03 +02:00
8_passing_wrapped n-api: change napi_callback to return napi_value 2017-04-10 23:30:03 +02:00
test_array test: improve n-api array func coverage 2017-05-11 09:16:17 -04:00
test_async n-api: Handle fatal exception in async callback 2017-05-09 15:17:36 -04:00
test_buffer n-api: change napi_callback to return napi_value 2017-04-10 23:30:03 +02:00
test_constructor test: increase n-api constructor coverage 2017-05-23 21:05:30 +02:00
test_conversions n-api: change napi_callback to return napi_value 2017-04-10 23:30:03 +02:00
test_error test: add coverage for error apis 2017-05-05 04:57:54 -04:00
test_exception test: add common.mustCall() to NAPI exception test 2017-05-13 16:49:24 -07:00
test_function n-api: napi_get_cb_info should fill array 2017-05-09 15:12:15 -04:00
test_general test: consolidate n-api test addons - part2 2017-06-05 19:21:08 -04:00
test_handle_scope n-api: Enable scope and ref APIs during exception 2017-04-25 22:02:56 +02:00
test_make_callback test: port test for make_callback to n-api 2017-05-06 12:24:43 -04:00
test_make_callback_recurse test: port test for make_callback to n-api 2017-05-06 12:24:43 -04:00
test_number test: test doc'd napi_get_value_int32 behaviour 2017-04-26 16:00:16 -04:00
test_object test: fix build warning in addons-napi/test_object 2017-06-05 16:34:13 -07:00
test_properties test: add coverage for napi_has_named_property 2017-05-25 19:35:18 -04:00
test_reference test: Make N-API weak-ref GC tests asynchronous 2017-05-30 12:45:27 -07:00
test_string n-api: remove napi_get_value_string_length() 2017-04-20 13:27:17 -04:00
test_symbol n-api: change napi_callback to return napi_value 2017-04-10 23:30:03 +02:00
test_typedarray test: improve n-api coverage for typed arrays 2017-05-30 13:50:45 -04:00
.gitignore
common.h n-api: Reference and external tests 2017-04-27 16:33:19 -04:00
testcfg.py