Searched refs:node_api_throw_syntax_error (Results 1 – 3 of 3) sorted by relevance
45 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()
1106 [`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
2089 napi_status NAPI_CDECL node_api_throw_syntax_error(napi_env env, in node_api_throw_syntax_error() function