Home
last modified time | relevance | path

Searched refs:throwError (Results 1 - 5 of 5) sorted by relevance

/third_party/node/benchmark/assert/
H A Dthrows.js12 const throwError = () => { throw new TypeError('foobar'); };
28 throws(throwError, TypeError, message);
35 throws(throwError, regExp, message);
/third_party/jerryscript/tests/jerry/
H A Dfunction-prototype-apply.js52 function throwError () function
58 obj = throwError.apply(obj, array);
/third_party/node/lib/
H A Dassert.js649 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 Dtest_error.c30 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 Dutils.js369 const nullCheck = hideStackFrames((path, propName, throwError = true) => {
385 if (throwError) {

Completed in 5 milliseconds