Home
last modified time | relevance | path

Searched refs:node_api_throw_syntax_error (Results 1 – 3 of 3) sorted by relevance

/third_party/node/test/js-native-api/test_error/
Dtest_error.c45 NODE_API_CALL(env, node_api_throw_syntax_error(env, NULL, "syntax error")); in throwSyntaxError()
68 node_api_throw_syntax_error(env, "ERR_TEST_CODE", "SyntaxError [syntax error]")); in throwSyntaxErrorCode()
/third_party/node/doc/api/
Dn-api.md1106 [`napi_throw_type_error`][], [`napi_throw_range_error`][], [`node_api_throw_syntax_error`][] and [`…
1220 #### `node_api_throw_syntax_error`
1230 NAPI_EXTERN napi_status node_api_throw_syntax_error(napi_env env,
6583 [`node_api_throw_syntax_error`]: #node_api_throw_syntax_error hashtag
/third_party/node/src/
Djs_native_api_v8.cc2089 napi_status NAPI_CDECL node_api_throw_syntax_error(napi_env env, in node_api_throw_syntax_error() function