Changeset 197928 in webkit for trunk/Source/JavaScriptCore/parser/ParserModes.h
- Timestamp:
- Mar 10, 2016, 12:19:42 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/parser/ParserModes.h
r197296 r197928 161 161 const CodeFeatures SuperCallFeature = 1 << 10; 162 162 const CodeFeatures SuperPropertyFeature = 1 << 11; 163 const CodeFeatures NewTargetFeature = 1 << 12; 163 164 164 165 const CodeFeatures AllFeatures = EvalFeature | ArgumentsFeature | WithFeature | ThisFeature | StrictModeFeature | ShadowsArgumentsFeature | ModifiedParameterFeature | ArrowFunctionFeature | ArrowFunctionContextFeature | 165 SuperCallFeature | SuperPropertyFeature ;166 SuperCallFeature | SuperPropertyFeature | NewTargetFeature; 166 167 167 168 typedef uint8_t InnerArrowFunctionCodeFeatures;
Note:
See TracChangeset
for help on using the changeset viewer.