Changeset 75899 in webkit for trunk/Source/JavaScriptCore/parser/JSParser.cpp
- Timestamp:
- Jan 16, 2011, 5:52:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/parser/JSParser.cpp
r75896 r75899 796 796 797 797 // Remainder of a standard for loop is handled identically 798 if ( declarations > 1 ||match(SEMICOLON))798 if (match(SEMICOLON)) 799 799 goto standardForLoop; 800 801 failIfFalse(declarations == 1); 800 802 801 803 // Handle for-in with var declaration
Note:
See TracChangeset
for help on using the changeset viewer.