Changeset 4363 in webkit for trunk/JavaScriptCore/kjs/nodes.h
- Timestamp:
- May 13, 2003, 2:19:57 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/nodes.h
r3373 r4363 100 100 protected: 101 101 Value throwError(ExecState *exec, ErrorType e, const char *msg); 102 Value throwError(ExecState *exec, ErrorType e, const char *msg, Value v, Node *expr); 103 Value throwError(ExecState *exec, ErrorType e, const char *msg, Identifier label); 102 104 int line; 103 105 unsigned int refcount;
Note:
See TracChangeset
for help on using the changeset viewer.