Changeset 48590 in webkit for trunk/JavaScriptCore/interpreter/Interpreter.cpp
- Timestamp:
- Sep 21, 2009, 11:59:56 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/interpreter/Interpreter.cpp
r48582 r48590 989 989 // Structure transition, cache transition info 990 990 if (slot.type() == PutPropertySlot::NewProperty) { 991 if (structure->isDictionary()) { 992 vPC[0] = getOpcode(op_put_by_id_generic); 993 return; 994 } 991 995 vPC[0] = getOpcode(op_put_by_id_transition); 992 996 vPC[4] = structure->previousID();
Note:
See TracChangeset
for help on using the changeset viewer.