gecko/js/jsd
2012-05-30 15:05:59 -05:00
..
idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
test Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsd1640.def Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsd1640.rc Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsd3240.rc Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsd_atom.c Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsd_high.c Bug 753885 - Part 2: Add JSOPTION_ALLOW_XML, making E4X support optional per-context. r=Waldo. 2012-05-30 15:05:59 -05:00
jsd_hook.c Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsd_java.c Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsd_lock.c Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsd_lock.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsd_obj.c Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsd_scpt.c Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsd_stak.c Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsd_step.c Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsd_text.c Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsd_val.c Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsd_xpc.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsd_xpc.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsd.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsdebug.c Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsdebug.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsdstubs.c Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Makefile.in Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
mkshell.bat Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
README
resource.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01: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.