Back out b6c3be49412b

This commit is contained in:
Steve Fink
2011-05-12 11:14:37 -07:00
parent dba618560e
commit d4d943aa0f
9 changed files with 13 additions and 135 deletions

View File

@@ -523,18 +523,18 @@ CallResultEscapes(jsbytecode *pc);
#endif
#ifdef DEBUG
#ifdef __cplusplus
/*
* Disassemblers, for debugging only.
*/
#include <stdio.h>
#ifdef __cplusplus
extern JS_FRIEND_API(JSBool)
js_Disassemble(JSContext *cx, JSScript *script, JSBool lines, js::Sprinter *sp, int *counts = NULL);
js_Disassemble(JSContext *cx, JSScript *script, JSBool lines, js::Sprinter *sp);
extern JS_FRIEND_API(uintN)
js_Disassemble1(JSContext *cx, JSScript *script, jsbytecode *pc, uintN loc,
JSBool lines, js::Sprinter *sp, int *counts = NULL);
#endif
JSBool lines, js::Sprinter *sp);
#endif /* __cplusplus */
#endif /* DEBUG */
/*