Searched refs:throwError (Results 1 - 5 of 5) sorted by relevance
/third_party/node/benchmark/assert/ |
H A D | throws.js | 12 const throwError = () => { throw new TypeError('foobar'); }; 28 throws(throwError, TypeError, message); 35 throws(throwError, regExp, message);
|
/third_party/jerryscript/tests/jerry/ |
H A D | function-prototype-apply.js | 52 function throwError () function 58 obj = throwError.apply(obj, array);
|
/third_party/node/lib/ |
H A D | assert.js | 649 let throwError = false; 663 throwError = true; 721 throwError = true; 736 throwError = true; 740 if (throwError) {
|
/third_party/node/test/js-native-api/test_error/ |
H A D | test_error.c | 30 static napi_value throwError(napi_env env, napi_callback_info info) { in throwError() function 173 DECLARE_NODE_API_PROPERTY("throwError", throwError), in Init()
|
/third_party/node/lib/internal/fs/ |
H A D | utils.js | 369 const nullCheck = hideStackFrames((path, propName, throwError = true) => { 385 if (throwError) {
|
Completed in 5 milliseconds