Changeset 190188 in webkit for trunk/Source/JavaScriptCore/parser/Parser.h
- Timestamp:
- Sep 23, 2015, 3:37:36 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/parser/Parser.h
r189371 r190188 320 320 if (!isValidStrictMode) 321 321 result |= DeclarationResult::InvalidStrictMode; 322 if (m_lexicalVariables.contains(ident->impl())) 323 result |= DeclarationResult::InvalidDuplicateDeclaration; 322 324 return result; 323 325 }
Note:
See TracChangeset
for help on using the changeset viewer.