gecko/js/jsd
2014-05-22 06:48:51 +03: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 Bug 952650 (part 12) - Remove JSVAL_TO_OBJECT. r=till. 2014-04-27 19:58:52 -07:00
jsd_scpt.cpp Bug 952650 (part 16) - Remove JSVAL_TO_PRIVATE. r=till. 2014-04-28 16:01:31 -07:00
jsd_stak.cpp Bug 997440 - Push some more cxes in jsd. r=bz 2014-05-20 22:52:18 -07:00
jsd_step.cpp Bug 952650 (part 12) - Remove JSVAL_TO_OBJECT. r=till. 2014-04-27 19:58:52 -07:00
jsd_text.cpp
jsd_val.cpp Bug 952650 (part 14) - Remove JSVAL_IS_GCTHING. r=till. 2014-04-28 16:01:30 -07:00
jsd_xpc.cpp Bug 869836 - Part 5: Use AssignLiteral instead of Assign where possible. r=ehsan 2014-05-22 06:48:51 +03: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.