Searched defs:TypeError (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/compiler/
H A Drepresentation-change.h39 return TypeError(node, output_type, use_type);
57 return TypeError(node, output_type, use_type); // TODO(titzer): handle
87 return TypeError(node, output_type, kRepTagged);
104 return TypeError(node, output_type, kRepTagged);
109 return TypeError(node, output_type, kRepTagged);
135 return TypeError(node, output_type, kRepFloat64);
145 return TypeError(node, output_type, kRepFloat64);
187 return TypeError(node, output_type, kRepWord32);
219 return TypeError(node, output_type, kRepBit);
229 return TypeError(nod
332 Node* TypeError(Node* node, MachineTypeUnion output_type, function in class:v8::internal::compiler::RepresentationChanger
[all...]
/external/v8/src/ic/
H A Dic.cc340 MaybeHandle<Object> IC::TypeError(const char* type, Handle<Object> object, function in class:v8::internal::IC
588 // of its properties; throw a TypeError in that case.
590 return TypeError("non_object_property_load", object, name);
1294 // properties on it; throw a TypeError in that case.
1296 return TypeError("non_object_property_store", object, name);

Completed in 57 milliseconds