0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/addons-napi
Michael Dawson 196190015d test: add coverage for napi_has_named_property
Add test to cover napi_has_named_property

PR-URL: https://github.com/nodejs/node/pull/13178
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jason Ginchereau <jasongin@microsoft.com>
2017-05-25 19:35:18 -04: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: Improve N-API test coverage 2017-05-17 18:03:35 -04:00
test_globals test: improve N-API test coverage 2017-05-15 20:12:40 -04:00
test_handle_scope n-api: Enable scope and ref APIs during exception 2017-04-25 22:02:56 +02:00
test_instanceof test,lib,doc: use function declarations 2017-05-01 15:56:58 -07: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_napi_status n-api: Retain last code when getting error info 2017-05-19 17:04:02 -04:00
test_number test: test doc'd napi_get_value_int32 behaviour 2017-04-26 16:00:16 -04:00
test_object n-api: change napi_callback to return napi_value 2017-04-10 23:30:03 +02:00
test_properties test: add coverage for napi_has_named_property 2017-05-25 19:35:18 -04:00
test_reference test: fix napi test_reference for recent V8 2017-05-08 01:10:51 +02: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 n-api: change napi_callback to return napi_value 2017-04-10 23:30:03 +02:00
.gitignore
common.h n-api: Reference and external tests 2017-04-27 16:33:19 -04:00
testcfg.py