Searched refs:napi_throw (Results 1 – 7 of 7) sorted by relevance
/third_party/node/test/js-native-api/test_error/ |
D | test_error.c | 24 NAPI_CALL(env, napi_throw(env, error)); in throwExistingError() 134 NAPI_CALL(env, napi_throw(env, arbitrary)); in throwArbitrary()
|
/third_party/node/test/js-native-api/test_exception/ |
D | test_exception.c | 110 NAPI_CALL(env, napi_throw(env, error)); in Init()
|
/third_party/ejdb/src/bindings/ejdb2_node/ |
D | js_native_api.h | 363 NAPI_EXTERN napi_status napi_throw(napi_env env, napi_value error);
|
D | ejdb2_node.c | 103 return verr && napi_throw(env, verr) == napi_ok; in jn_throw_error()
|
/third_party/node/src/ |
D | js_native_api.h | 363 NAPI_EXTERN napi_status napi_throw(napi_env env, napi_value error);
|
D | js_native_api_v8.cc | 1896 napi_status napi_throw(napi_env env, napi_value error) { in napi_throw() function
|
/third_party/node/doc/api/ |
D | n-api.md | 1024 it can be re-thrown it with [`napi_throw`][] where error is the 1064 #### napi_throw subsubsection 1071 NAPI_EXTERN napi_status napi_throw(napi_env env, napi_value error); 6117 [`napi_throw`]: #n_api_napi_throw
|