Changeset 251684 in webkit for trunk/Source/JavaScriptCore/parser/SyntaxChecker.h
- Timestamp:
- Oct 28, 2019, 4:42:05 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/parser/SyntaxChecker.h
r250005 r251684 144 144 static constexpr bool NeedsFreeVariableInfo = false; 145 145 static constexpr bool CanUseFunctionCache = true; 146 static constexpr unsigned DontBuildKeywords = LexexFlagsDontBuildKeywords;147 static constexpr unsigned DontBuildStrings = LexerFlagsDontBuildStrings;146 static constexpr OptionSet<LexerFlags> DontBuildKeywords = LexerFlags::DontBuildKeywords; 147 static constexpr OptionSet<LexerFlags> DontBuildStrings = LexerFlags::DontBuildStrings; 148 148 149 149 int createSourceElements() { return SourceElementsResult; }
Note:
See TracChangeset
for help on using the changeset viewer.