gecko/js/jsd
2012-05-11 18:25:52 +01:00
..
idl
test
jsd1640.def
jsd1640.rc
jsd3240.rc
jsd_atom.c Bug 730511: remove obsolete typedefs intN, uintN, r=luke 2012-02-28 15:11:11 -08:00
jsd_high.c Bug 730208 - Root JSD's pet global so it can't participate in CC cycles. r=billm 2012-03-20 21:29:47 -07:00
jsd_hook.c Bug 730511: remove obsolete typedefs intN, uintN, r=luke 2012-02-28 15:11:11 -08:00
jsd_java.c
jsd_lock.c
jsd_lock.h
jsd_obj.c Bug 730511: remove obsolete typedefs intN, uintN, r=luke 2012-02-28 15:11:11 -08:00
jsd_scpt.c Bug 748937 - Switch JSD destroyScript signature from JSContext -> JSFreeOp. r=jorendorff 2012-04-27 11:49:57 -07:00
jsd_stak.c Bug 730511: remove obsolete typedefs intN, uintN, r=luke 2012-02-28 15:11:11 -08:00
jsd_step.c Bug 730511: remove obsolete typedefs intN, uintN, r=luke 2012-02-28 15:11:11 -08:00
jsd_text.c Bug 730511: remove obsolete typedefs intN, uintN, r=luke 2012-02-28 15:11:11 -08:00
jsd_val.c Backout 9b0fcaacb788 & bf3fef257e68 (bug 752226) for mochitest-other orange 2012-05-11 18:25:52 +01:00
jsd_xpc.cpp Backout 9b0fcaacb788 & bf3fef257e68 (bug 752226) for mochitest-other orange 2012-05-11 18:25:52 +01:00
jsd_xpc.h
jsd.h Bug 748937 - Switch JSD destroyScript signature from JSContext -> JSFreeOp. r=jorendorff 2012-04-27 11:49:57 -07:00
jsdebug.c Bug 748937 - Switch JSD destroyScript signature from JSContext -> JSFreeOp. r=jorendorff 2012-04-27 11:49:57 -07:00
jsdebug.h Bug 748937 - Switch JSD destroyScript signature from JSContext -> JSFreeOp. r=jorendorff 2012-04-27 11:49:57 -07:00
jsdstubs.c
Makefile.in
mkshell.bat
README
resource.h

js/jsd contains code for debugging support for the C-based JavaScript engine 
in js/src.  jsd_xpc.cpp provides an XPCOM binding for the library.

js/jsd/jsdb is a console debugger using only native code (see README in that 
directory.)  This debugger is no longer being actively developed, though it
should work.