Prep patch for 'plan A' (346642, r=mrbkap).

This commit is contained in:
brendan@mozilla.org
2006-09-18 11:04:30 +00:00
parent 67f8af50b6
commit 8f85f9080b
13 changed files with 731 additions and 309 deletions

View File

@@ -284,7 +284,8 @@ 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);
js_DecompileCode(JSPrinter *jp, JSScript *script, jsbytecode *pc, uintN len,
uintN pcdepth);
extern JSBool
js_DecompileScript(JSPrinter *jp, JSScript *script);