Searched defs:throwError (Results 1 - 3 of 3) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
H A DError.cpp100 JSObject* throwError(ExecState* exec, JSObject* error) function in namespace:JSC
106 JSObject* throwError(ExecState* exec, ErrorType type) function in namespace:JSC
113 JSObject* throwError(ExecState* exec, ErrorType type, const UString& message) function in namespace:JSC
120 JSObject* throwError(ExecState* exec, ErrorType type, const char* message) function in namespace:JSC
127 JSObject* throwError(ExecState* exec, ErrorType type, const UString& message, int line, intptr_t sourceID, const UString& sourceURL) function in namespace:JSC
/external/webkit/WebCore/bindings/v8/
H A DV8Proxy.h299 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) function in namespace:WebCore
452 V8Proxy::throwError(type, message);
456 inline v8::Handle<v8::Primitive> throwError(ExceptionCode ec) function in namespace:WebCore
462 inline v8::Handle<v8::Primitive> throwError(v8::Local<v8::Value> exception) function in namespace:WebCore
H A DV8Proxy.cpp684 v8::Handle<v8::Value> V8Proxy::throwError(ErrorType type, const char* message) function in class:WebCore::V8Proxy
752 return throwError(TypeError, "Illegal constructor");

Completed in 123 milliseconds