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

/external/webkit/JavaScriptCore/runtime/
H A DError.h38 enum ErrorType { enum in namespace:JSC
54 static JSObject* create(ExecState*, ErrorType, const UString& message, int lineNumber, intptr_t sourceID, const UString& sourceURL);
55 static JSObject* create(ExecState*, ErrorType, const char* message);
58 JSObject* throwError(ExecState*, ErrorType, const UString& message, int lineNumber, intptr_t sourceID, const UString& sourceURL);
59 JSObject* throwError(ExecState*, ErrorType, const UString& message);
60 JSObject* throwError(ExecState*, ErrorType, const char* message);
61 JSObject* throwError(ExecState*, ErrorType);
/external/webkit/WebCore/dom/
H A DXMLTokenizer.h54 enum ErrorType { warning, nonFatal, fatal }; enum in class:WebCore::XMLTokenizer
77 void error(ErrorType type, const char* m, int lineNumber, int columnNumber);
188 enum ErrorType { warning, nonFatal, fatal };
215 void handleError(ErrorType type, const char* m, int lineNumber, int columnNumber);
238 void error(ErrorType, const char* message, va_list args) WTF_ATTRIBUTE_PRINTF(3, 0);
/external/webkit/WebCore/bindings/v8/
H A DV8Proxy.h135 enum ErrorType { enum in class:WebCore::V8Proxy
299 static v8::Handle<v8::Value> throwError(ErrorType, const char* message);
450 inline v8::Handle<v8::Primitive> throwError(const char* message, V8Proxy::ErrorType type = V8Proxy::TypeError)

Completed in 71 milliseconds