Home
last modified time | relevance | path

Searched refs:napi_throw (Results 1 – 7 of 7) sorted by relevance

/third_party/node/test/js-native-api/test_error/
Dtest_error.c24 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/
Dtest_exception.c110 NAPI_CALL(env, napi_throw(env, error)); in Init()
/third_party/ejdb/src/bindings/ejdb2_node/
Djs_native_api.h363 NAPI_EXTERN napi_status napi_throw(napi_env env, napi_value error);
Dejdb2_node.c103 return verr && napi_throw(env, verr) == napi_ok; in jn_throw_error()
/third_party/node/src/
Djs_native_api.h363 NAPI_EXTERN napi_status napi_throw(napi_env env, napi_value error);
Djs_native_api_v8.cc1896 napi_status napi_throw(napi_env env, napi_value error) { in napi_throw() function
/third_party/node/doc/api/
Dn-api.md1024 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