Home
last modified time | relevance | path

Searched refs:napi_throw_error (Results 1 – 15 of 15) sorted by relevance

/third_party/node/test/js-native-api/
Dcommon.h18 napi_throw_error((env), NULL, error_message); \
25 napi_throw_error( \
/third_party/node/test/js-native-api/test_string/
Dtest_string.c332 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/
Dtest_exception.c6 napi_throw_error(env, NULL, "Error during Finalize")); in finalizer()
/third_party/node/test/node-api/test_make_callback_recurse/
Dbinding.c24 napi_throw_error((env), in MakeCallback()
/third_party/node/test/js-native-api/test_error/
Dtest_error.c30 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/
Daddon.c9 napi_throw_error((env), NULL, #call " failed"); \
/third_party/node/test/js-native-api/test_exception/
Dtest_exception.c80 napi_throw_error(env, NULL, "Error during Finalize")); in finalizer()
/third_party/node/test/js-native-api/test_bigint/
Dtest_bigint.c137 napi_throw_error(env, NULL, "Expected status `napi_pending_exception`"); in MakeBigIntWordsThrow()
/third_party/node/test/js-native-api/test_function/
Dtest_function.c142 napi_throw_error(env, "throwing exception", "throwing exception"); in TestBadReturnExceptionPending()
/third_party/node/test/js-native-api/test_typedarray/
Dtest_typedarray.c69 napi_throw_error(env, NULL, in Multiply()
/third_party/node/src/
Dnode_api.cc473 napi_throw_error(env, in CallJs()
481 napi_throw_error( in CallJs()
Djs_native_api.h364 NAPI_EXTERN napi_status napi_throw_error(napi_env env,
Djs_native_api_v8.cc2035 napi_status NAPI_CDECL napi_throw_error(napi_env env, in napi_throw_error() function
/third_party/node/doc/api/
Dn-api.md58 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
Dutil.md2287 napi_throw_error(env, NULL, "napi_create_external failed");