Changeset 18837 in webkit for trunk/JavaScriptCore/kjs/Parser.h
- Timestamp:
- Jan 13, 2007, 11:53:38 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/Parser.h
r18337 r18837 49 49 int* sourceId = 0, int* errLine = 0, UString* errMsg = 0); 50 50 51 static UString prettyPrint(const UString& );51 static UString prettyPrint(const UString&, int* errLine = 0, UString* errMsg = 0); 52 52 53 53 static void accept(PassRefPtr<ProgramNode>);
Note:
See TracChangeset
for help on using the changeset viewer.