node/test/addons-napi
Song, Bintao Garfield 253e4d062d test: replace string concat with template literal
Replace the string concat at test/addons-napi/test_reference/test.js.

PR-URL: https://github.com/nodejs/node/pull/14269
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2017-07-19 15:02:42 -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 n-api: add napi_delete_element() 2017-07-18 19:57:29 +02: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-28 07:00:37 -07: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_fatal n-api: add napi_fatal_error API 2017-07-19 15:02:35 -04:00
test_function n-api: napi_get_cb_info should fill array 2017-05-09 15:12:15 -04:00
test_general test: handle missing V8 tests in n-api test 2017-07-19 15:02:34 -04:00
test_handle_scope n-api: avoid crash in napi_escape_scope() 2017-06-21 22:59:02 +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 n-api: wrap test macros in do/while 2017-07-19 15:02:29 -04:00
test_properties test: add coverage for napi_property_descriptor 2017-06-10 17:54:39 +02:00
test_reference test: replace string concat with template literal 2017-07-19 15:02:42 -04: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-06-05 12:19:02 -07:00
.gitignore
common.h n-api: wrap test macros in do/while 2017-07-19 15:02:29 -04:00
testcfg.py