gecko/js/jsd
2014-01-29 10:01:33 +00:00
..
idl
test
jsd1640.def
jsd1640.rc
jsd3240.rc
jsd_atom.cpp
jsd_high.cpp Bug 959787 - Handlify several JSAPI interfaces that can GC, Part 1; r=sfink,Ms2ger 2014-01-14 12:41:22 -08:00
jsd_hook.cpp
jsd_lock.cpp
jsd_lock.h
jsd_obj.cpp
jsd_scpt.cpp Bug 886193 - Part 2: Introduce JSScript::nonDelazifyingFunction and use it whereever possible. r=jandem 2014-01-09 17:13:25 +01:00
jsd_stak.cpp Bug 951407 - Fix two hazards introduced by bug 951282; r=sfink 2013-12-17 14:24:22 -08:00
jsd_step.cpp
jsd_text.cpp
jsd_val.cpp Bug 959787 - Handlify some JS friend APIs r=sfink 2014-01-29 10:01:33 +00:00
jsd_xpc.cpp Bug 959787 - Handlify several JSAPI interfaces that can GC, Part 3; r=sfink 2014-01-16 09:48:58 -08:00
jsd_xpc.h
jsd.h
jsdebug.cpp
jsdebug.h
jsdstubs.cpp
jshash.cpp Bug 937952 - Replace JS_ROTATE_LEFT32 with mozilla::RotateLeft; r=Waldo 2014-01-20 08:58:26 +01:00
jshash.h
mkshell.bat
moz.build Bug 943347 - Build js/jsd in unified mode; r=glandium 2013-11-26 11:15:35 -05: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.