Changeset 44016 in webkit for trunk/JavaScriptCore/jit/JITStubs.cpp
- Timestamp:
- May 21, 2009, 5:28:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/JITStubs.cpp
r43854 r44016 1734 1734 if (globalObject->getPropertySlot(callFrame, ident, slot)) { 1735 1735 JSValue result = slot.getValue(callFrame, ident); 1736 if (slot.isCacheable() && !globalObject->structure()->isDictionary() ) {1736 if (slot.isCacheable() && !globalObject->structure()->isDictionary() && slot.slotBase() == globalObject) { 1737 1737 GlobalResolveInfo& globalResolveInfo = callFrame->codeBlock()->globalResolveInfo(globalResolveInfoIndex); 1738 1738 if (globalResolveInfo.structure)
Note:
See TracChangeset
for help on using the changeset viewer.