Searched refs:NODE_API_CHECK_STATUS (Results 1 - 3 of 3) sorted by relevance
/third_party/node/test/node-api/test_reference_by_node_api_version/ |
H A D | test_reference_by_node_api_version.c | 20 NODE_API_CHECK_STATUS( in GetArgValue() 31 NODE_API_CHECK_STATUS(GetArgValue(env, info, &argValue)); in GetArgValueAsIndex() 34 NODE_API_CHECK_STATUS(napi_typeof(env, argValue, &valueType)); in GetArgValueAsIndex() 45 NODE_API_CHECK_STATUS(GetArgValueAsIndex(env, info, &index)); in GetRef() 48 NODE_API_CHECK_STATUS(napi_get_instance_data(env, (void**)&refValues)); in GetRef()
|
/third_party/node/test/js-native-api/ |
H A D | common.h | 99 #define NODE_API_CHECK_STATUS(the_call) \ macro
|
/third_party/node/test/js-native-api/test_string/ |
H A D | test_string.c | 15 NODE_API_CHECK_STATUS(napi_get_cb_info(env, info, &argc, arg, NULL, NULL)); in validate_and_retrieve_single_string_arg() 20 NODE_API_CHECK_STATUS(napi_typeof(env, *arg, &valuetype)); in validate_and_retrieve_single_string_arg()
|
Completed in 3 milliseconds