Changeset 15224 in webkit for trunk/JavaScriptCore/kjs/object.h
- Timestamp:
- Jul 7, 2006, 7:02:47 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/object.h
r14951 r15224 554 554 * @param sourceURL Optional source URL. 555 555 */ 556 static JSObject *create(ExecState *, ErrorType, const UString &message, int lineNumber, int sourceId, const UString *sourceURL);556 static JSObject *create(ExecState *, ErrorType, const UString &message, int lineNumber, int sourceId, const UString &sourceURL); 557 557 static JSObject *create(ExecState *, ErrorType, const char *message); 558 558 … … 563 563 }; 564 564 565 JSObject *throwError(ExecState *, ErrorType, const UString &message, int lineNumber, int sourceId, const UString *sourceURL);565 JSObject *throwError(ExecState *, ErrorType, const UString &message, int lineNumber, int sourceId, const UString &sourceURL); 566 566 JSObject *throwError(ExecState *, ErrorType, const UString &message); 567 567 JSObject *throwError(ExecState *, ErrorType, const char *message);
Note:
See TracChangeset
for help on using the changeset viewer.