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