Changeset 167313 in webkit for trunk/Source/JavaScriptCore/parser/Lexer.h
- Timestamp:
- Apr 15, 2014, 10:46:42 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/parser/Lexer.h
r167199 r167313 72 72 73 73 public: 74 Lexer(VM*, JSParserStrictness , JSFunctionKind);74 Lexer(VM*, JSParserStrictness); 75 75 ~Lexer(); 76 76 … … 239 239 VM* m_vm; 240 240 bool m_parsingBuiltinFunction; 241 JSFunctionKind m_functionKind;242 241 }; 243 242
Note:
See TracChangeset
for help on using the changeset viewer.