Changeset 191037 in webkit for trunk/Source/JavaScriptCore/parser/SyntaxChecker.h
- Timestamp:
- Oct 14, 2015, 12:08:54 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/parser/SyntaxChecker.h
r191030 r191037 184 184 ExpressionType createEmptyLetExpression(const JSTokenLocation&, const Identifier&) { return AssignmentExpr; } 185 185 #if ENABLE(ES6_CLASS_SYNTAX) 186 ClassExpression createClassExpr(const JSTokenLocation&, const Identifier&, VariableEnvironment&,ExpressionType, ExpressionType, PropertyList, PropertyList) { return ClassExpr; }186 ClassExpression createClassExpr(const JSTokenLocation&, const Identifier&, ExpressionType, ExpressionType, PropertyList, PropertyList) { return ClassExpr; } 187 187 #endif 188 188 ExpressionType createFunctionExpr(const JSTokenLocation&, const ParserFunctionInfo<SyntaxChecker>&) { return FunctionExpr; }
Note:
See TracChangeset
for help on using the changeset viewer.