gecko/js/jsd
2013-08-08 20:12:37 -04:00
..
idl Bug 902332 - Replace JS_{FALSE,TRUE} with {false,true} almost everywhere. r=luke,bz. 2013-08-06 23:59:54 -07:00
test Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07:00
jsd1640.def Bug 880697 - Remove JSD_GetDefaultJSContext and fix callers. r=gabor 2013-06-12 14:17:55 -07:00
jsd1640.rc
jsd3240.rc
jsd_atom.cpp Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
jsd_high.cpp Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
jsd_hook.cpp Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
jsd_java.cpp Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
jsd_lock.cpp Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
jsd_lock.h Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
jsd_obj.cpp Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
jsd_scpt.cpp Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
jsd_stak.cpp Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
jsd_step.cpp Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
jsd_text.cpp Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
jsd_val.cpp Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
jsd_xpc.cpp Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
jsd_xpc.h Bug 884061 - Part 3n: Use NS_DECL_THREADSAFE_ISUPPORTS in js/, r=bholley 2013-07-18 21:23:32 -05:00
jsd.h Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
jsdebug.cpp Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
jsdebug.h Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
jsdstubs.cpp Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jshash.cpp Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
jshash.h Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
Makefile.in bug 886526 - remove IS_COMPONENT and MODULE_NAME makefile vars for things in libxul r=bsmedberg r=glandium 2013-08-08 20:12:37 -04:00
mkshell.bat
moz.build Bug 875934 - Move LIBRARY_NAME to moz.build (batch #1); r=mshal 2013-06-17 15:21:01 -04:00
README
resource.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00

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.