Changeset 192147 in webkit for trunk/Source/JavaScriptCore/parser/Parser.cpp
- Timestamp:
- Nov 8, 2015, 5:34:09 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/parser/Parser.cpp
r192141 r192147 1909 1909 } 1910 1910 1911 #if ENABLE(ES6_CLASS_SYNTAX)1912 1911 template <typename LexerType> 1913 1912 template <class TreeBuilder> TreeStatement Parser<LexerType>::parseClassDeclaration(TreeBuilder& context, ExportType exportType) … … 2087 2086 return classExpression; 2088 2087 } 2089 #endif2090 2088 2091 2089 struct LabelInfo {
Note:
See TracChangeset
for help on using the changeset viewer.