diff 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
line wrap: on
line diff
--- a/tcb.h	Thu Jun 25 18:16:41 2009 -0700
+++ b/tcb.h	Thu Jun 25 18:38:01 2009 -0700
@@ -61,3 +61,5 @@
                                   jsbytecode *pc, jsval *rval, void *closure);
 
 extern JSBool TCB_init(JSContext *cx, jsval *rval);
+
+extern void TCB_handleError(JSContext *cx, JSObject *global);