gecko/js/jsd
Bobby Holley 6c71d90238 Bug 879341 - Use an AutoPushJSContext in JSD. r=gabor
We can do this now, since it won't cause infinite recursion.
2013-06-04 15:37:59 -07:00
..
idl Bug 871306 - Remove globalObject from jsdIFilter. r=gabor 2013-05-22 15:42:43 -06:00
test
jsd1640.def
jsd1640.rc
jsd3240.rc
jsd_atom.cpp
jsd_high.cpp
jsd_hook.cpp
jsd_java.cpp
jsd_lock.cpp
jsd_lock.h
jsd_obj.cpp Bug 871192 - Fix more rooting hazards in the JS debugger; r=till 2013-05-12 09:13:22 -04:00
jsd_scpt.cpp Bug 871192 - Fix more rooting hazards in the JS debugger; r=till 2013-05-12 09:13:22 -04:00
jsd_stak.cpp Bug 871192 - Fix more rooting hazards in the JS debugger; r=till 2013-05-12 09:13:22 -04:00
jsd_step.cpp
jsd_text.cpp
jsd_val.cpp Bug 871192 - Fix more rooting hazards in the JS debugger; r=till 2013-05-12 09:13:22 -04:00
jsd_xpc.cpp Bug 879341 - Use an AutoPushJSContext in JSD. r=gabor 2013-06-04 15:37:59 -07:00
jsd_xpc.h
jsd.h
jsdebug.cpp Bug 871306 - Add an API for directly accessing the default JSD global and use it in ActivateDebugger. r=gabor 2013-05-22 15:42:43 -06:00
jsdebug.h Bug 871306 - Add an API for directly accessing the default JSD global and use it in ActivateDebugger. r=gabor 2013-05-22 15:42:43 -06:00
jsdstubs.cpp
jshash.cpp
jshash.h
Makefile.in Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE 2013-04-23 17:54:15 -04:00
mkshell.bat
moz.build Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE 2013-04-23 17:54:15 -04:00
README
resource.h

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.