gecko/js/jsd
2012-11-15 02:32:40 -05: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.cpp Bug 501536 - Make jsd compile as C++; r=luke 2012-09-04 09:02:03 -07:00
jsd_high.cpp Bug 501536 - Make jsd compile as C++; r=luke 2012-09-04 09:02:03 -07:00
jsd_hook.cpp Bug 501536 - Make jsd compile as C++; r=luke 2012-09-04 09:02:03 -07:00
jsd_java.cpp Bug 501536 - Make jsd compile as C++; r=luke 2012-09-04 09:02:03 -07:00
jsd_lock.cpp Bug 501536 - Make jsd compile as C++; r=luke 2012-09-04 09:02:03 -07:00
jsd_lock.h Bug 501536 - Make jsd compile as C++; r=luke 2012-09-04 09:02:03 -07:00
jsd_obj.cpp Bug 501536 - Make jsd compile as C++; r=luke 2012-09-04 09:02:03 -07:00
jsd_scpt.cpp Merge from mozilla-central. 2012-09-05 16:18:11 -07:00
jsd_stak.cpp Merge from mozilla-central. 2012-09-05 16:18:11 -07:00
jsd_step.cpp Bug 501536 - Make jsd compile as C++; r=luke 2012-09-04 09:02:03 -07:00
jsd_text.cpp Bug 501536 - Make jsd compile as C++; r=luke 2012-09-04 09:02:03 -07:00
jsd_val.cpp Bug 787856 - Convert JS_GetPrototype to support lazy protos (r=bhackett) 2012-09-03 16:42:17 -07:00
jsd_xpc.cpp Bug 807437 - Eliminate redundant Traverse/Unlink CC macros - part 1: automatic changes - r=mccr8 2012-11-15 02:32:40 -05:00
jsd_xpc.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
jsd.h Bug 501536 - Make jsd compile as C++; r=luke 2012-09-04 09:02:03 -07:00
jsdebug.cpp Bug 501536 - Make jsd compile as C++; r=luke 2012-09-04 09:02:03 -07:00
jsdebug.h Bug 501536 - Make jsd compile as C++; r=luke 2012-09-04 09:02:03 -07:00
jsdstubs.cpp Bug 501536 - Make jsd compile as C++; r=luke 2012-09-04 09:02:03 -07:00
jshash.cpp Bug 787246 - rm OffTheBooks/Foreground/UnwantedForeground gunk (r=billm) 2012-08-31 15:01:33 -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 501536 - Make jsd compile as C++; r=luke 2012-09-04 09:02:03 -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.