Changeset 191946 in webkit for trunk/Source/JavaScriptCore/parser/Parser.cpp
- Timestamp:
- Nov 3, 2015, 2:36:20 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/parser/Parser.cpp
r191875 r191946 251 251 m_parameters = functionInfo.parameters; 252 252 253 #if ENABLE(ES6_ARROWFUNCTION_SYNTAX)254 253 if (parseMode == SourceParseMode::ArrowFunctionMode && !hasError()) { 255 254 // The only way we could have an error wile reparsing is if we run out of stack space. … … 258 257 isArrowFunctionBodyExpression = !match(OPENBRACE); 259 258 } 260 #endif261 259 } 262 260
Note:
See TracChangeset
for help on using the changeset viewer.