Changeset 178928 in webkit for trunk/Source/JavaScriptCore/bytecode/GetByIdStatus.cpp
- Timestamp:
- Jan 22, 2015, 11:34:34 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/GetByIdStatus.cpp
r178894 r178928 271 271 return GetByIdStatus(); 272 272 273 if (toUInt32FromStringImpl(uid) )273 if (toUInt32FromStringImpl(uid) != PropertyName::NotAnIndex) 274 274 return GetByIdStatus(TakesSlowPath); 275 275
Note:
See TracChangeset
for help on using the changeset viewer.