Home | History | Annotate | Download | only in src

Lines Matching defs:TypeError

280 Failure* IC::TypeError(const char* type,
504 // of its properties; throw a TypeError in that case.
506 return TypeError("non_object_property_call", object, name);
533 : TypeError("undefined_method", object, name);
552 : TypeError("undefined_method", object, name);
580 return TypeError("property_not_function", object, name);
765 return TypeError("non_object_property_call", object, key);
798 return TypeError("property_not_function", object, key);
806 // of its properties; throw a TypeError in that case.
808 return TypeError("non_object_property_load", object, name);
1073 // of its properties; throw a TypeError in that case.
1075 return TypeError("non_object_property_load", object, name);
1309 // properties on it; throw a TypeError in that case.
1311 return TypeError("non_object_property_store", object, name);
1317 return TypeError("strict_read_only_property", object, name);
1364 return TypeError("strict_read_only_property", object, name);
1774 // properties on it; throw a TypeError in that case.
1776 return TypeError("non_object_property_store", object, name);