Home
last modified time | relevance | path

Searched refs:napi_throw_range_error (Results 1 – 6 of 6) sorted by relevance

/third_party/node/test/js-native-api/test_error/
Dtest_error.c34 NAPI_CALL(env, napi_throw_range_error(env, NULL, "range error")); in throwRangeError()
49 NAPI_CALL(env, napi_throw_range_error(env, in throwRangeErrorCode()
/third_party/node/src/
Djs_native_api_v8.h265 napi_throw_range_error((env), (error), (message)); \
Djs_native_api.h370 NAPI_EXTERN napi_status napi_throw_range_error(napi_env env,
Djs_native_api_v8.cc1944 napi_status napi_throw_range_error(napi_env env, in napi_throw_range_error() function
2956 napi_throw_range_error( in napi_create_dataview()
/third_party/ejdb/src/bindings/ejdb2_node/
Djs_native_api.h370 NAPI_EXTERN napi_status napi_throw_range_error(napi_env env,
/third_party/node/doc/api/
Dn-api.md1030 [`napi_throw_type_error`][], [`napi_throw_range_error`][] and
1121 #### napi_throw_range_error subsubsection
1128 NAPI_EXTERN napi_status napi_throw_range_error(napi_env env,
6115 [`napi_throw_range_error`]: #n_api_napi_throw_range_error