gecko-dev/js/jsd
2006-06-12 22:39:55 +00:00
..
classes Bug 106386 Correct misspellings in source code 2006-02-23 09:36:43 +00:00
corba Bug 106386 Correct misspellings in source code 2006-02-23 09:36:43 +00:00
idl Bug 331023 Cleanup of IDL files; fixing type inconsistencies 2006-05-07 01:31:33 +00:00
java Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-12-31 12:14:46 +00:00
javawrap
jsdb
.cvsignore
jsd1640.def
jsd1640.rc
jsd3240.rc
jsd_atom.c
jsd_high.c Checking in Ben Turner <bent.mozilla@gmail.com> and timeless's patch to make Gecko use the JS engine's request model to help multithreaded embedders avoid GC races and crashes. bug 176182, r=mrbkap assumed-rs=brendan 2006-06-12 22:39:55 +00:00
jsd_hook.c
jsd_java.c
jsd_lock.c
jsd_lock.h
jsd_obj.c
jsd_scpt.c Bug 266208 [@ js_PCToLineNumber] because of crash due to infinite recursion 2006-02-09 05:47:55 +00:00
jsd_stak.c Checking in Ben Turner <bent.mozilla@gmail.com> and timeless's patch to make Gecko use the JS engine's request model to help multithreaded embedders avoid GC races and crashes. bug 176182, r=mrbkap assumed-rs=brendan 2006-06-12 22:39:55 +00:00
jsd_step.c
jsd_text.c
jsd_val.c Checking in Ben Turner <bent.mozilla@gmail.com> and timeless's patch to make Gecko use the JS engine's request model to help multithreaded embedders avoid GC races and crashes. bug 176182, r=mrbkap assumed-rs=brendan 2006-06-12 22:39:55 +00:00
jsd_xpc.cpp Checking in Ben Turner <bent.mozilla@gmail.com> and timeless's patch to make Gecko use the JS engine's request model to help multithreaded embedders avoid GC races and crashes. bug 176182, r=mrbkap assumed-rs=brendan 2006-06-12 22:39:55 +00:00
jsd_xpc.h
jsd.h More nukage of private API usage. 2006-04-27 01:33:45 +00:00
jsd.mak
jsd.pkg
jsdebug.c
jsdebug.h
jsdshell.mak
jsdstubs.c
Makefile.in
mkshell.bat
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.