Merge TM -> JM

This commit is contained in:
Brian Hackett
2011-05-15 11:32:09 -07:00
743 changed files with 10691 additions and 5219 deletions

View File

@@ -525,18 +525,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);
js_Disassemble(JSContext *cx, JSScript *script, JSBool lines, js::Sprinter *sp, int *counts = NULL);
extern JS_FRIEND_API(uintN)
js_Disassemble1(JSContext *cx, JSScript *script, jsbytecode *pc, uintN loc,
JSBool lines, js::Sprinter *sp);
#endif /* __cplusplus */
JSBool lines, js::Sprinter *sp, int *counts = NULL);
#endif
#endif /* DEBUG */
/*