gecko-dev/js/jsd
rginda%netscape.com 24f2a77101 bug 126365, "add options and private support to jsdIContext", sr=jst, r=jband
add jsdIContext::options and ::privateData attributes
2002-02-20 05:45:57 +00:00
..
classes
corba
idl bug 126365, "add options and private support to jsdIContext", sr=jst, r=jband 2002-02-20 05:45:57 +00:00
java
javawrap
jsdb
macbuild
.cvsignore
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
jsd_stak.c fix uninitialized return value in jsd_IsStackFrameNative 2002-02-14 22:39:09 +00:00
jsd_step.c bug 124474, "add native frame support to jsd" 2002-02-14 07:57:30 +00:00
jsd_text.c
jsd_val.c
jsd_xpc.cpp bug 126365, "add options and private support to jsdIContext", sr=jst, r=jband 2002-02-20 05:45:57 +00:00
jsd_xpc.h changing a string constant, comenting out a DEBUG_rginda 2002-01-31 00:37:28 +00:00
jsd.h bug 124474, "add native frame support to jsd" 2002-02-14 07:57:30 +00:00
jsd.mak
jsdebug.c bug 124474, "add native frame support to jsd" 2002-02-14 07:57:30 +00:00
jsdebug.h bug 124474, "add native frame support to jsd" 2002-02-14 07:57:30 +00:00
jsdshell.mak
jsdstubs.c
Makefile.in
makefile.win
MANIFEST
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.