Mercurial > spidermonkey-playground
comparison tcb.h @ 73:b87b6ebb6e86
Memory profiler server is now much better at reporting errors.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Thu, 25 Jun 2009 18:38:01 -0700 |
parents | e4aec93c1e3c |
children |
comparison
equal
deleted
inserted
replaced
72:eca8642eed4a | 73:b87b6ebb6e86 |
---|---|
59 | 59 |
60 extern JSTrapStatus TCB_throwHook(JSContext *cx, JSScript *script, | 60 extern JSTrapStatus TCB_throwHook(JSContext *cx, JSScript *script, |
61 jsbytecode *pc, jsval *rval, void *closure); | 61 jsbytecode *pc, jsval *rval, void *closure); |
62 | 62 |
63 extern JSBool TCB_init(JSContext *cx, jsval *rval); | 63 extern JSBool TCB_init(JSContext *cx, jsval *rval); |
64 | |
65 extern void TCB_handleError(JSContext *cx, JSObject *global); |