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

  /external/webkit/Source/WebCore/bindings/v8/
V8Proxy.h 131 TypeError,
348 return throwError(V8Proxy::TypeError, "DOM object constructor cannot be called as a function.");
363 return throwError(V8Proxy::TypeError, "");
392 inline v8::Handle<v8::Primitive> throwError(const char* message, V8Proxy::ErrorType type = V8Proxy::TypeError)
  /external/webkit/Source/WebKit2/Shared/
APIObject.h 46 TypeError,
  /external/v8/src/
ic.cc 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)
    [all...]
api.cc     [all...]

Completed in 109 milliseconds