Searched defs:TypeError (Results 1 – 4 of 4) sorted by relevance
332 Node* TypeError(Node* node, MachineTypeUnion output_type, in TypeError() function
56 var whitelist = {Promise: true, TypeError: true} property
1217 DefineError(function TypeError() { }); class in SetUpError
340 MaybeHandle<Object> IC::TypeError(const char* type, Handle<Object> object, in TypeError() function in v8::internal::IC