bug=421806 r=brendan a1.9=blockin1.9 fixing decompiler regressions with interpreter stack modeling

This commit is contained in:
2008-03-12 16:03:29 -07:00
parent c94cc852c9
commit 0c51582620
3 changed files with 166 additions and 149 deletions

View File

@@ -362,10 +362,6 @@ js_Disassemble1(JSContext *cx, JSScript *script, jsbytecode *pc, uintN loc,
* Decompilers, for script, function, and expression pretty-printing.
*/
extern JSBool
js_DecompileCode(JSPrinter *jp, JSScript *script, jsbytecode *pc, uintN len,
uintN pcdepth);
extern JSBool
js_DecompileScript(JSPrinter *jp, JSScript *script);
extern JSBool