]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - dfg/DFGByteCodeParser.h
JavaScriptCore-1218.34.tar.gz
[apple/javascriptcore.git] / dfg / DFGByteCodeParser.h
index 558cf01679cd89fcc7a2010238cbb4e2b58e57a0..53b8dba114ae8a72925f1bcbe346198c9d50eb7c 100644 (file)
 
 #if ENABLE(DFG_JIT)
 
-#include <dfg/DFGGraph.h>
+#include "DFGGraph.h"
 
 namespace JSC {
 
 class CodeBlock;
-class JSGlobalData;
+class VM;
 
 namespace DFG {
 
 // Populate the Graph with a basic block of code from the CodeBlock,
 // starting at the provided bytecode index.
-bool parse(Graph&);
+bool parse(ExecState*, Graph&);
 
 } } // namespace JSC::DFG