X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/2d39b0e377c0896910ee49ae70082ba665faf986..HEAD:/dfg/DFGPhase.h diff --git a/dfg/DFGPhase.h b/dfg/DFGPhase.h index fc9e0d1..5e8b329 100644 --- a/dfg/DFGPhase.h +++ b/dfg/DFGPhase.h @@ -67,6 +67,8 @@ private: // Call these hooks when starting and finishing. void beginPhase(); void endPhase(); + + CString m_graphDumpBeforePhase; }; template