Changeset 46854 in webkit for trunk/JavaScriptCore/bytecode/Instruction.h
- Timestamp:
- Aug 6, 2009, 12:17:44 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecode/Instruction.h
r44711 r46854 54 54 55 55 // Structure used by op_get_by_id_self_list and op_get_by_id_proto_list instruction to hold data off the main opcode stream. 56 struct PolymorphicAccessStructureList {56 struct PolymorphicAccessStructureList : FastAllocBase { 57 57 struct PolymorphicStubInfo { 58 58 bool isChain;
Note:
See TracChangeset
for help on using the changeset viewer.