Changeset 76148 in webkit for trunk/Source/JavaScriptCore/parser/JSParser.cpp
- Timestamp:
- Jan 19, 2011, 12:18:57 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/parser/JSParser.cpp
r75899 r76148 1224 1224 if (match(IDENT)) { 1225 1225 name = m_token.m_data.ident; 1226 failIfTrue(*name == m_globalData->propertyNames->underscoreProto); 1226 1227 next(); 1227 1228 if (!nameIsInContainingScope)
Note:
See TracChangeset
for help on using the changeset viewer.