Changeset 46210 in webkit for trunk/JavaScriptCore/bytecode/CodeBlock.h
- Timestamp:
- Jul 21, 2009, 9:03:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecode/CodeBlock.h
r45995 r46210 116 116 MethodCallLinkInfo() 117 117 : cachedStructure(0) 118 , cachedPrototypeStructure(0) 118 119 { 119 120 } … … 122 123 CodeLocationDataLabelPtr structureLabel; 123 124 Structure* cachedStructure; 125 Structure* cachedPrototypeStructure; 124 126 }; 125 127
Note:
See TracChangeset
for help on using the changeset viewer.