Searched defs:TypeError (Results 1 - 4 of 4) sorted by last modified time

/external/chromium_org/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/chromium_org/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);
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
H A Dattributes.cpp219 TypeError), per http://www.w3.org/TR/WebIDL/#es-interface #}
245 {# Type checking, possibly throw a TypeError, per: variable
H A Dmethods.cpp114 throw a TypeError), per http://www.w3.org/TR/WebIDL/#es-interface
177 {# Type checking, possibly throw a TypeError, per: variable

Completed in 176 milliseconds