Home
last modified time | relevance | path

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

/third_party/node/test/js-native-api/test_error/
Dtest_error.c61 static napi_value throwTypeErrorCode(napi_env env, napi_callback_info info) { in throwTypeErrorCode() function
179 DECLARE_NODE_API_PROPERTY("throwTypeErrorCode", throwTypeErrorCode), in Init()
Dtest.js91 () => test_error.throwTypeErrorCode(),