gecko/js/jsd
2014-04-27 03:06:00 -04:00
..
idl
test
jsd1640.def
jsd1640.rc
jsd3240.rc
jsd_atom.cpp
jsd_high.cpp Bug 912581 - Make JS_Add*Root APIs take Heap<T> r=terrence r=bz r=bholley 2014-04-16 09:47:57 +01:00
jsd_hook.cpp
jsd_lock.cpp
jsd_lock.h
jsd_obj.cpp
jsd_scpt.cpp Bug 959787 - Handlify remaining JS APIs r=sfink r=bholley r=smaug 2014-04-02 15:28:03 +01:00
jsd_stak.cpp
jsd_step.cpp
jsd_text.cpp
jsd_val.cpp Bug 547140, part 2 - Remove flags argument from JS_GetPropertyDescriptor and friends. r=Waldo. 2014-04-25 16:11:01 -05:00
jsd_xpc.cpp Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj 2014-04-27 03:06:00 -04:00
jsd_xpc.h
jsd.h Bug 912581 - Make JS_Add*Root APIs take Heap<T> r=terrence r=bz r=bholley 2014-04-16 09:47:57 +01:00
jsdebug.cpp
jsdebug.h
jsdstubs.cpp
jshash.cpp
jshash.h
mkshell.bat
moz.build
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.