Changeset 189524 in webkit for trunk/Source/JavaScriptCore/dfg/DFGPlan.h
- Timestamp:
- Sep 8, 2015, 6:28:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGPlan.h
r189516 r189524 45 45 46 46 class CodeBlock; 47 class CodeBlockSet; 47 48 class SlotVisitor; 48 49 … … 72 73 CompilationKey key(); 73 74 74 void clearCodeBlockMarks( );75 void checkLivenessAndVisitChildren(SlotVisitor& );75 void clearCodeBlockMarks(CodeBlockSet&); 76 void checkLivenessAndVisitChildren(SlotVisitor&, CodeBlockSet&); 76 77 bool isKnownToBeLiveDuringGC(); 77 78 void cancel();
Note:
See TracChangeset
for help on using the changeset viewer.