gecko/js/jsd
2010-06-04 16:32:10 -07:00
..
idl Bug 560643 - Add a special jsval type to XPIDL. Part 2, manual IDL cleanup. r+sr=jst. 2010-05-12 08:19:22 -05:00
test
jsd1640.def
jsd1640.rc
jsd3240.rc
jsd_atom.c
jsd_high.c Add an API for compartments (570040, r=jorendorff). 2010-06-04 16:32:10 -07:00
jsd_hook.c
jsd_java.c
jsd_lock.c
jsd_lock.h
jsd_obj.c
jsd_scpt.c Bug 562991 - Change JS_SetTrap closure argument type from void* to jsval (r=brendan) 2010-04-30 17:34:54 -07:00
jsd_stak.c
jsd_step.c
jsd_text.c
jsd_val.c
jsd_xpc.cpp Bug 560139 - jsdStackFrame::Eval leaks estate when failing to use ContextStack. r=jorendorff. 2010-04-19 09:22:00 -05:00
jsd_xpc.h
jsd.h Bug 506041 Part 2: Correct misspellings in source code 2010-05-13 14:19:50 +02:00
jsdebug.c
jsdebug.h
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.