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,
356 return throwError(V8Proxy::TypeError, "DOM object constructor cannot be called as a function.");
371 return throwError(V8Proxy::TypeError, "");
400 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 249 Failure* IC::TypeError(const char* type,
478 // of its properties; throw a TypeError in that case.
480 return TypeError("non_object_property_call", object, name);
511 return TypeError("undefined_method", object, name);
534 return TypeError("undefined_method", object, name);
569 return TypeError("property_not_function", object, name);
808 return TypeError("non_object_property_call", object, key);
839 return TypeError("property_not_function", object, key);
855 // of its properties; throw a TypeError in that case.
857 return TypeError("non_object_property_load", object, name)
    [all...]
api.cc     [all...]

Completed in 151 milliseconds