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