Home
last modified time | relevance | path

Searched defs:throwError (Results 1 – 5 of 5) 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/deps/npm/node_modules/har-validator/node_modules/ajv/lib/
Dkeyword.js135 function validateKeyword(definition, throwError) { argument
/third_party/node/test/js-native-api/test_error/
Dtest_error.c28 static napi_value throwError(napi_env env, napi_callback_info info) { in throwError() function
/third_party/node/tools/
Dlint-md.mjs22606 const throwError = (message, Ctor) => { function