Changeset 178928 in webkit for trunk/Source/JavaScriptCore/jit/Repatch.cpp
- Timestamp:
- Jan 22, 2015, 11:34:34 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/Repatch.cpp
r178894 r178928 983 983 PropertyName pname(ident); 984 984 Structure* oldStructure = structure; 985 if (!oldStructure->isObject() || oldStructure->isDictionary() || pname.asIndex() )985 if (!oldStructure->isObject() || oldStructure->isDictionary() || pname.asIndex() != PropertyName::NotAnIndex) 986 986 return nullptr; 987 987
Note:
See TracChangeset
for help on using the changeset viewer.