]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - dfg/DFGByteCodeParser.h
JavaScriptCore-1097.3.tar.gz
[apple/javascriptcore.git] / dfg / DFGByteCodeParser.h
index d4efe61db2d1c973ec53c638c8ef17585232d811..558cf01679cd89fcc7a2010238cbb4e2b58e57a0 100644 (file)
@@ -39,7 +39,7 @@ namespace DFG {
 
 // Populate the Graph with a basic block of code from the CodeBlock,
 // starting at the provided bytecode index.
 
 // Populate the Graph with a basic block of code from the CodeBlock,
 // starting at the provided bytecode index.
-bool parse(Graph&, JSGlobalData*, CodeBlock*);
+bool parse(Graph&);
 
 } } // namespace JSC::DFG
 
 
 } } // namespace JSC::DFG