Searched defs:throwError (Results 1 – 5 of 5) sorted by relevance
52 function throwError () function
12 const throwError = () => { throw new TypeError('foobar'); }; function
135 function validateKeyword(definition, throwError) { argument
28 static napi_value throwError(napi_env env, napi_callback_info info) { in throwError() function
22606 const throwError = (message, Ctor) => { function