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

  /external/webkit/JavaScriptCore/runtime/
Error.h 44 TypeError = 5,
  /external/webkit/WebCore/bindings/v8/
V8Proxy.h 139 TypeError,
425 return throwError(V8Proxy::TypeError, "DOM object constructor cannot be called as a function.");
450 inline v8::Handle<v8::Primitive> throwError(const char* message, V8Proxy::ErrorType type = V8Proxy::TypeError)
  /external/v8/src/
ic.cc 195 Failure* IC::TypeError(const char* type,
399 // of its properties; throw a TypeError in that case.
401 return TypeError("non_object_property_call", object, name);
432 return TypeError("undefined_method", object, name);
451 return TypeError("undefined_method", object, name);
487 result : TypeError("property_not_function", object, name);
586 // of its properties; throw a TypeError in that case.
588 return TypeError("non_object_property_load", object, name);
799 // of its properties; throw a TypeError in that case.
801 return TypeError("non_object_property_load", object, name)
    [all...]
api.cc     [all...]

Completed in 48 milliseconds