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

  /external/webkit/JavaScriptCore/runtime/
Error.cpp 100 JSObject* throwError(ExecState* exec, JSObject* error)
106 JSObject* throwError(ExecState* exec, ErrorType type)
113 JSObject* throwError(ExecState* exec, ErrorType type, const UString& message)
120 JSObject* throwError(ExecState* exec, ErrorType type, const char* message)
127 JSObject* throwError(ExecState* exec, ErrorType type, const UString& message, int line, intptr_t sourceID, const UString& sourceURL)
  /external/webkit/WebCore/bindings/v8/
V8Proxy.h 299 static v8::Handle<v8::Value> throwError(ErrorType, const char* message);
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)
452 V8Proxy::throwError(type, message);
456 inline v8::Handle<v8::Primitive> throwError(ExceptionCode ec)
462 inline v8::Handle<v8::Primitive> throwError(v8::Local<v8::Value> exception)
V8Proxy.cpp 684 v8::Handle<v8::Value> V8Proxy::throwError(ErrorType type, const char* message)
752 return throwError(TypeError, "Illegal constructor");

Completed in 65 milliseconds