Searched refs:TypeError (Results 1 – 25 of 333) sorted by relevance
12345678910>>...14
16 throw new TypeError("Abstract class must be subclassed.");22 throw new TypeError("Not implemented.");55 throw new TypeError("Abstract class must be subclassed.");60 throw new TypeError("Not implemented.");64 throw new TypeError("Not implemented.");85 throw new TypeError("Abstract class must be subclassed.");97 throw new TypeError("No source-code provider available.");
17 throw new TypeError(23 throw new TypeError("Invalid path '" + pathString + "'");50 throw new TypeError(56 throw new TypeError("Invalid path '" + pathString + "'");
75 throw new TypeError('options must be an object');79 throw new TypeError('options.lex must be a function');83 throw new TypeError('options.parse must be a function');87 throw new TypeError('options.resolve must be a function');91 throw new TypeError('options.read must be a function');
222 throw new TypeError( "this is null or not defined" );235 throw new TypeError( callback + " is not a function" );294 throw new TypeError();364 throw new TypeError('Object.keys called on non-object');400 throw new TypeError("bad desc");416 throw new TypeError("bad get");422 throw new TypeError("bad set");427 throw new TypeError("identity-confused descriptor");433 throw new TypeError("bad obj");
36 TypeError,66 TypeError,85 TypeError,93 TypeError,253 TypeError,263 TypeError,
24 use TypeError; alias119 throw new TypeError($error);138 throw new TypeError($error);
112 throw new \TypeError($error);131 throw new \TypeError($error);
13 throw new TypeError('RegExp exec method returned something other than an Object or null');18 throw new TypeError('RegExp#exec called on incompatible receiver');
19 var TypeError = global.TypeError; variable82 reject(TypeError('Promise-chain cycle'));149 if (promise === value) throw TypeError("Promise can't be resolved itself");
2 if (typeof it != 'function') throw TypeError(it + ' is not a function!');
3 if (it == undefined) throw TypeError("Can't call method on " + it);
7 use TypeError; alias31 throw new TypeError('Key material must be a string, resource, or OpenSSLAsymmetricKey');
21 use TypeError; alias42 throw new TypeError($errorMessage);
2 …TypeError("Promises must be constructed via new");if("function"!=typeof e)throw new TypeError("not…
56 throw new TypeError('Promises must be constructed via new');59 throw new TypeError('Promise constructor\'s argument is not a function');136 new TypeError('A promise cannot be resolved with itself.')
71 …throw new TypeError("Property " + key + " expected value to be one of " + (0, _stringify2.default)…109 …throw new TypeError("Property " + key + " of " + node.type + " expected node to be of a type " + (…147 …throw new TypeError("Property " + key + " of " + node.type + " expected node to be of a type " + (…161 … throw new TypeError("Property " + key + " expected type of " + type + " but got " + getType(val));
6 if (obj == null) throw new TypeError("Cannot destructure undefined");
7 throw new TypeError("Cannot instantiate an arrow function");
7 throw new TypeError("Cannot call a class as a function");