Home
last modified time | relevance | path

Searched defs:throwError (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/tests/jerry/
Dfunction-prototype-apply.js52 function throwError () function
/third_party/node/benchmark/assert/
Dthrows.js12 const throwError = () => { throw new TypeError('foobar'); }; function
/third_party/node/test/js-native-api/test_error/
Dtest_error.c30 static napi_value throwError(napi_env env, napi_callback_info info) { in throwError() function
/third_party/node/tools/lint-md/
Dlint-md.mjs22423 function throwError(state, message) { function