Home
last modified time | relevance | path

Searched refs:createSyntaxErrorCode (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/js-native-api/test_error/
Dtest_error.c147 static napi_value createSyntaxErrorCode(napi_env env, napi_callback_info info) { in createSyntaxErrorCode() function
189 DECLARE_NODE_API_PROPERTY("createSyntaxErrorCode", createSyntaxErrorCode), in Init()
Dtest.js143 error = test_error.createSyntaxErrorCode();