Changeset 206522 in webkit for trunk/Source/JavaScriptCore/parser/ParserModes.h
- Timestamp:
- Sep 28, 2016, 9:33:16 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/parser/ParserModes.h
r206506 r206522 24 24 */ 25 25 26 #pragma once 26 27 #ifndef ParserModes_h 28 #define ParserModes_h 27 29 28 30 #include "ConstructAbility.h" … … 224 226 const InnerArrowFunctionCodeFeatures AllInnerArrowFunctionCodeFeatures = EvalInnerArrowFunctionFeature | ArgumentsInnerArrowFunctionFeature | ThisInnerArrowFunctionFeature | SuperCallInnerArrowFunctionFeature | SuperPropertyInnerArrowFunctionFeature | NewTargetInnerArrowFunctionFeature; 225 227 } // namespace JSC 228 229 #endif // ParserModes_h
Note:
See TracChangeset
for help on using the changeset viewer.