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

/external/v8/src/compiler/
H A Drepresentation-change.cc117 return TypeError(node, output_rep, output_type, use_info.representation());
186 return TypeError(node, output_rep, output_type,
208 return TypeError(node, output_rep, output_type,
233 return TypeError(node, output_rep, output_type,
295 return TypeError(node, output_rep, output_type,
357 return TypeError(node, output_rep, output_type,
451 return TypeError(node, output_rep, output_type,
491 return TypeError(node, output_rep, output_type,
503 return TypeError(node, output_rep, output_type,
564 return TypeError(nod
731 Node* RepresentationChanger::TypeError(Node* node, function in class:v8::internal::compiler::RepresentationChanger
[all...]
/external/ImageMagick/MagickCore/
H A Dexception.h55 TypeError = 405, enumerator in enum:__anon45
/external/v8/src/ic/
H A Dic.cc328 MaybeHandle<Object> IC::TypeError(MessageTemplate::Template index, function in class:v8::internal::IC
609 // of its properties; throw a TypeError in that case.
611 return TypeError(MessageTemplate::kNonObjectPropertyLoad, object, name);
1513 return TypeError(MessageTemplate::kConstAssign, object, name);
1548 // properties on it; throw a TypeError in that case.
1550 return TypeError(MessageTemplate::kNonObjectPropertyStore, object, name);

Completed in 595 milliseconds