Changeset 115657 in webkit for trunk/Source/JavaScriptCore/interpreter
- Timestamp:
- Apr 30, 2012, 12:20:04 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/interpreter/Interpreter.cpp
r115493 r115657 1866 1866 1867 1867 1868 StructureChain* prototypeChain = structure->prototypeChain(callFrame); 1868 1869 switch (slot.cachedPropertyType()) { 1869 1870 case PropertySlot::Getter: … … 1881 1882 } 1882 1883 vPC[4].u.structure.set(callFrame->globalData(), codeBlock->ownerExecutable(), structure); 1883 vPC[5].u.structureChain.set(callFrame->globalData(), codeBlock->ownerExecutable(), structure->prototypeChain(callFrame));1884 vPC[5].u.structureChain.set(callFrame->globalData(), codeBlock->ownerExecutable(), prototypeChain); 1884 1885 vPC[6] = count; 1885 1886 }
Note:
See TracChangeset
for help on using the changeset viewer.