gecko-dev/js/jsd
Benjamin Peterson aa214d6bae Bug 780051 - Remove JS_MAX and JS_MIN. r=luke 2012-08-02 20:50:51 -07:00
..
idl Bug 772285 - rm JSPD_ARGUMENT/JSPD_VARIABLE (r=sfink) 2012-07-10 15:34:12 -07:00
test Bug 370750 - consolidate mochitest files installation; r=glandium 2012-07-03 16:49:02 -04:00
Makefile.in Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
README
jsd.h Bug 772285 - rm JSPD_ARGUMENT/JSPD_VARIABLE (r=sfink) 2012-07-10 15:34:12 -07: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 755186 - s/JS_NewCompartmentAndGlobalObject/JS_NewGlobalObject/ (r=jorendorff) 2012-06-20 08:57:29 -07: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 780051 - Remove JS_MAX and JS_MIN. r=luke 2012-08-02 20:50:51 -07:00
jsd_val.c Bug 772285 - rm JSPD_ARGUMENT/JSPD_VARIABLE (r=sfink) 2012-07-10 15:34:12 -07:00
jsd_xpc.cpp Bug 777292 part 2 - Change all nsnull to nullptr 2012-07-30 17:20:58 +03:00
jsd_xpc.h Bug 777292 part 2 - Change all nsnull to nullptr 2012-07-30 17:20:58 +03:00
jsdebug.c Bug 772285 - rm JSPD_ARGUMENT/JSPD_VARIABLE (r=sfink) 2012-07-10 15:34:12 -07:00
jsdebug.h Bug 772285 - rm JSPD_ARGUMENT/JSPD_VARIABLE (r=sfink) 2012-07-10 15:34:12 -07:00
jsdstubs.c 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
resource.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00

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.