Searched defs:TypeError (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/bindings/templates/ |
H A D | methods.cpp | 114 throw a TypeError), per http://www.w3.org/TR/WebIDL/#es-interface 177 {# Type checking, possibly throw a TypeError, per: variable
|
H A D | attributes.cpp | 219 TypeError), per http://www.w3.org/TR/WebIDL/#es-interface #} 245 {# Type checking, possibly throw a TypeError, per: variable
|
/external/chromium_org/v8/src/compiler/ |
H A D | representation-change.h | 39 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 D | ic.cc | 340 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 176 milliseconds