Searched refs:napi_throw_error (Results 1 – 15 of 15) sorted by relevance
| /third_party/node/test/js-native-api/ |
| D | common.h | 18 napi_throw_error((env), NULL, error_message); \ 25 napi_throw_error( \
|
| /third_party/node/test/js-native-api/test_string/ |
| D | test_string.c | 332 NODE_API_CALL(env, napi_throw_error(env, NULL, "Invalid argument")); in TestLargeUtf8() 347 NODE_API_CALL(env, napi_throw_error(env, NULL, "Invalid argument")); in TestLargeLatin1() 363 NODE_API_CALL(env, napi_throw_error(env, NULL, "Invalid argument")); in TestLargeUtf16() 381 NODE_API_CALL(env, napi_throw_error(env, NULL, "Buffer overwritten")); in TestMemoryCorruption()
|
| /third_party/node/test/node-api/test_exception/ |
| D | test_exception.c | 6 napi_throw_error(env, NULL, "Error during Finalize")); in finalizer()
|
| /third_party/node/test/node-api/test_make_callback_recurse/ |
| D | binding.c | 24 napi_throw_error((env), in MakeCallback()
|
| /third_party/node/test/js-native-api/test_error/ |
| D | test_error.c | 30 NODE_API_CALL(env, napi_throw_error(env, NULL, "error")); in throwError() 50 NODE_API_CALL(env, napi_throw_error(env, "ERR_TEST_CODE", "Error [error]")); in throwErrorCode()
|
| /third_party/node/benchmark/napi/ref/ |
| D | addon.c | 9 napi_throw_error((env), NULL, #call " failed"); \
|
| /third_party/node/test/js-native-api/test_exception/ |
| D | test_exception.c | 80 napi_throw_error(env, NULL, "Error during Finalize")); in finalizer()
|
| /third_party/node/test/js-native-api/test_bigint/ |
| D | test_bigint.c | 137 napi_throw_error(env, NULL, "Expected status `napi_pending_exception`"); in MakeBigIntWordsThrow()
|
| /third_party/node/test/js-native-api/test_function/ |
| D | test_function.c | 142 napi_throw_error(env, "throwing exception", "throwing exception"); in TestBadReturnExceptionPending()
|
| /third_party/node/test/js-native-api/test_typedarray/ |
| D | test_typedarray.c | 69 napi_throw_error(env, NULL, in Multiply()
|
| /third_party/node/src/ |
| D | node_api.cc | 473 napi_throw_error(env, in CallJs() 481 napi_throw_error( in CallJs()
|
| D | js_native_api.h | 364 NAPI_EXTERN napi_status napi_throw_error(napi_env env,
|
| D | js_native_api_v8.cc | 2035 napi_status NAPI_CDECL napi_throw_error(napi_env env, in napi_throw_error() function
|
| /third_party/node/doc/api/ |
| D | n-api.md | 58 napi_throw_error(env, ...); 64 napi_throw_error(env, ...); 70 napi_throw_error(env, ...); 414 napi_throw_error((env), NULL, message); \ 1105 of a JavaScript `Error` object: [`napi_throw_error`][], 1157 #### `napi_throw_error` 1165 NAPI_EXTERN napi_status napi_throw_error(napi_env env, 6572 [`napi_throw_error`]: #napi_throw_error hashtag
|
| D | util.md | 2287 napi_throw_error(env, NULL, "napi_create_external failed");
|