Changeset 9352 in webkit for trunk/JavaScriptCore/kjs/nodes.h
- Timestamp:
- Jun 10, 2005, 11:02:33 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/nodes.h
r9009 r9352 107 107 Value throwError(ExecState *exec, ErrorType e, const char *msg, Value v, Node *expr); 108 108 Value throwError(ExecState *exec, ErrorType e, const char *msg, Identifier label); 109 void setExceptionDetailsIfNeeded(ExecState *exec); 109 110 int line; 110 111 UString sourceURL;
Note:
See TracChangeset
for help on using the changeset viewer.