gecko/js/jsd
Jon Coppeard f85957ecb3 Bug 848395 - GC: Move Rooted to JS namespace - rename js::Rooted to JS::Rooted outside SpiderMonkey r=terrence
--HG--
extra : rebase_source : 35cbf3cc4da4598c2e9e6975028ef397718849db
2013-03-06 16:41:43 +00:00
..
idl Bug 784841 - Part 18s: Convert /js; r=glandium 2013-02-25 12:47:22 -08:00
test Bug 784841 - Part 18s: Convert /js; r=glandium 2013-02-25 12:47:22 -08:00
jsd1640.def
jsd1640.rc
jsd3240.rc
jsd_atom.cpp
jsd_high.cpp
jsd_hook.cpp Bug 833817 part 3 - Replace JSStackFrame with JSAbstractFramePtr. r=luke 2013-01-25 09:49:29 +01:00
jsd_java.cpp
jsd_lock.cpp
jsd_lock.h
jsd_obj.cpp Bug 833817 part 3 - Replace JSStackFrame with JSAbstractFramePtr. r=luke 2013-01-25 09:49:29 +01:00
jsd_scpt.cpp Bug 833817 part 3 - Replace JSStackFrame with JSAbstractFramePtr. r=luke 2013-01-25 09:49:29 +01:00
jsd_stak.cpp Bug 848395 - GC: Move Rooted to JS namespace - rename js::Rooted to JS::Rooted outside SpiderMonkey r=terrence 2013-03-06 16:41:43 +00:00
jsd_step.cpp Bug 848395 - GC: Move Rooted to JS namespace - rename js::Rooted to JS::Rooted outside SpiderMonkey r=terrence 2013-03-06 16:41:43 +00:00
jsd_text.cpp
jsd_val.cpp Bug 831076 - Enter a compartment in jsd. r=mrbkap 2013-02-04 15:13:14 +00:00
jsd_xpc.cpp Bug 848395 - GC: Move Rooted to JS namespace - rename js::Rooted to JS::Rooted outside SpiderMonkey r=terrence 2013-03-06 16:41:43 +00:00
jsd_xpc.h
jsd.h Bug 838014 - More rooting in Debugger, plus some minor rooting in JSD and xpconnect for some should-be-private JSAPI changes. r=terrence 2013-02-12 12:27:02 -08:00
jsdebug.cpp Bug 838014 - More rooting in Debugger, plus some minor rooting in JSD and xpconnect for some should-be-private JSAPI changes. r=terrence 2013-02-12 12:27:02 -08:00
jsdebug.h Bug 838014 - More rooting in Debugger, plus some minor rooting in JSD and xpconnect for some should-be-private JSAPI changes. r=terrence 2013-02-12 12:27:02 -08:00
jsdstubs.cpp
jshash.cpp
jshash.h
Makefile.in Bug 784841 - Part 18s: Convert /js; r=glandium 2013-02-25 12:47:22 -08:00
mkshell.bat
moz.build Bug 784841 - Part 18s: Convert /js; r=glandium 2013-02-25 12:47:22 -08: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.