Searched defs:throwError (Results 1 – 4 of 4) sorted by relevance
52 function throwError () function
12 const throwError = () => { throw new TypeError('foobar'); }; function
30 static napi_value throwError(napi_env env, napi_callback_info info) { in throwError() function
22423 function throwError(state, message) { function