Changeset 178928 in webkit for trunk/Source/JavaScriptCore/bytecode/PutByIdStatus.cpp
- Timestamp:
- Jan 22, 2015, 11:34:34 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/PutByIdStatus.cpp
r178894 r178928 311 311 PutByIdStatus PutByIdStatus::computeFor(JSGlobalObject* globalObject, const StructureSet& set, AtomicStringImpl* uid, bool isDirect) 312 312 { 313 if (toUInt32FromStringImpl(uid) )313 if (toUInt32FromStringImpl(uid) != PropertyName::NotAnIndex) 314 314 return PutByIdStatus(TakesSlowPath); 315 315
Note:
See TracChangeset
for help on using the changeset viewer.