Changeset 180551 in webkit for trunk/Source/JavaScriptCore/bytecode/PutByIdStatus.cpp
- Timestamp:
- Feb 23, 2015, 11:27:24 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/PutByIdStatus.cpp
r180550 r180551 361 361 // If the structure corresponds to something that isn't an object, then give up, since 362 362 // we don't want to be adding properties to strings. 363 if ( !structure->typeInfo().isObject())363 if (structure->typeInfo().type() == StringType) 364 364 return PutByIdStatus(TakesSlowPath); 365 365
Note:
See TracChangeset
for help on using the changeset viewer.