Changeset 47022 in webkit for trunk/JavaScriptCore/bytecode/CodeBlock.h
- Timestamp:
- Aug 10, 2009, 9:35:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecode/CodeBlock.h
r46879 r47022 256 256 ~CodeBlock(); 257 257 258 void mark ();258 void markAggregate(MarkStack&); 259 259 void refStructures(Instruction* vPC) const; 260 260 void derefStructures(Instruction* vPC) const;
Note:
See TracChangeset
for help on using the changeset viewer.