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

  /external/webkit/JavaScriptCore/runtime/
Error.h 38 enum ErrorType {
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/
XMLTokenizer.h 54 enum ErrorType { warning, nonFatal, fatal };
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/
V8Proxy.h 135 enum ErrorType {
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 29 milliseconds