gecko/js/jsd
2012-08-21 15:59:12 -07:00
..
idl Bug 756267 - Move the internal logic to only call script destroy hook if create hook was called from inside the JS engine to JSD, and add a flag for controlling it. r=jorendorff 2012-08-17 10:23:21 -07:00
test Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02: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 Merge from mozilla-central. 2012-08-21 15:59:12 -07:00
jsd_stak.c Remove JS_FrameIterator (bug 732653, r=luke,mrbkap). 2012-08-15 17:28:33 -07: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
jsd.h Bug 772285 - rm JSPD_ARGUMENT/JSPD_VARIABLE (r=sfink) 2012-07-10 15:34:12 -07:00
jsdebug.c Bug 772285 - rm JSPD_ARGUMENT/JSPD_VARIABLE (r=sfink) 2012-07-10 15:34:12 -07:00
jsdebug.h Bug 756267 - Move the internal logic to only call script destroy hook if create hook was called from inside the JS engine to JSD, and add a flag for controlling it. r=jorendorff 2012-08-17 10:23:21 -07:00
jsdstubs.c Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jshash.cpp Bug 647367 - Sequester jshash.{h,cpp} in js/jsd/ (attempt 2). r=luke. 2012-07-18 17:38:10 -07:00
jshash.h Bug 647367 - Sequester jshash.{h,cpp} in js/jsd/ (attempt 2). r=luke. 2012-07-18 17:38:10 -07:00
Makefile.in Bug 647367 - Sequester jshash.{h,cpp} in js/jsd/ (attempt 2). r=luke. 2012-07-18 17:38:10 -07: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.