]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - dfg/DFGPhase.h
JavaScriptCore-7601.1.46.3.tar.gz
[apple/javascriptcore.git] / dfg / DFGPhase.h
index fc9e0d188c6e387fbd46e875718be8f38dcf1662..5e8b329fa08a06e139165d098e9fe3732a5dfea2 100644 (file)
@@ -67,6 +67,8 @@ private:
     // Call these hooks when starting and finishing.
     void beginPhase();
     void endPhase();
+    
+    CString m_graphDumpBeforePhase;
 };
 
 template<typename PhaseType>