pjs/js/jsd
timeless%mozdev.org 06d80e3e4f Bug 336991 Useless null check of jsdscript in _destroyJSDScript
r=gijs sr=bz a=dsicore
2007-12-23 23:47:36 +00:00
..
classes
corba
idl Bug 378261: Replacing GC_MARK_DEBUG by DumpHeap. r=brendan 2007-04-25 13:43:18 +00:00
java
javawrap
jsdb 332241 Resurrect jsdb 2007-10-19 07:40:57 +00:00
.cvsignore
Makefile.in
README
jsd.h
jsd.mak
jsd.pkg
jsd1640.def
jsd1640.rc
jsd3240.rc
jsd_atom.c
jsd_high.c
jsd_hook.c
jsd_java.c
jsd_lock.c
jsd_lock.h
jsd_obj.c
jsd_scpt.c Bug 336991 Useless null check of jsdscript in _destroyJSDScript 2007-12-23 23:47:36 +00:00
jsd_stak.c
jsd_step.c
jsd_text.c
jsd_val.c
jsd_xpc.cpp Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros. 2007-07-08 07:08:56 +00:00
jsd_xpc.h Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros. 2007-07-08 07:08:56 +00:00
jsdebug.c
jsdebug.h
jsdshell.mak
jsdstubs.c
mkshell.bat
resource.h

README

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.