gecko-dev/js/jsd
Igor Bukanov 5f051a4c5b bug 678830 - Use JSScript, not script objects, in compile/evaluate API. r=jorendorff 2011-09-02 08:46:00 +02:00
..
idl Bug 676465 - Replace PRBool with boolean in IDL files, r=bsmedberg 2011-08-06 22:03:32 -07:00
test Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain tests 2/2. r=jmaher, a=test-only 2011-08-12 12:21:44 -04:00
Makefile.in
README
jsd.h
jsd1640.def
jsd1640.rc
jsd3240.rc
jsd_atom.c
jsd_high.c
jsd_hook.c
jsd_java.c
jsd_lock.c
jsd_lock.h
jsd_obj.c
jsd_scpt.c Bug 678988 - "potential null pointer dereference in js/jsd/jsd_scpt.c" [r=sphink] 2011-08-28 07:48:00 -07:00
jsd_stak.c
jsd_step.c
jsd_text.c
jsd_val.c
jsd_xpc.cpp bug 678830 - Use JSScript, not script objects, in compile/evaluate API. r=jorendorff 2011-09-02 08:46:00 +02:00
jsd_xpc.h
jsdebug.c
jsdebug.h
jsdstubs.c
mkshell.bat
resource.h

README

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.