gecko-dev/js/jsd
2011-03-13 15:45:02 +01:00
..
idl Bug 639943 - Convert IDL formatting to JS engine house style (r=timeless) 2011-03-26 12:05:40 -07:00
test
jsd1640.def
jsd1640.rc
jsd3240.rc
jsd_atom.c
jsd_high.c Bug 613457 - clean up string interfaces (r=njn) 2011-03-14 13:59:53 -07:00
jsd_hook.c
jsd_java.c
jsd_lock.c
jsd_lock.h
jsd_obj.c Bug 630939 - JSD type error fetching construction function name (r=timeless) 2011-02-01 12:44:41 -08:00
jsd_scpt.c
jsd_stak.c
jsd_step.c
jsd_text.c Bug 586731 jsd_NewSourceText leaks new_url_string ifndef LIVEWIRE 2011-03-28 16:49:16 -04:00
jsd_val.c Bug 641048 - adding proper constructor/destrictor to JSTHread/ThreadData 641048. r=luke r=mrbkap 2011-03-13 15:45:02 +01:00
jsd_xpc.cpp Merge mozilla-central to tracemonkey. 2011-03-29 09:05:25 -07:00
jsd_xpc.h
jsd.h Bug 586731 jsd_NewSourceText leaks new_url_string ifndef LIVEWIRE 2011-03-28 16:49:16 -04:00
jsdebug.c
jsdebug.h Bug 586731 jsd_NewSourceText leaks new_url_string ifndef LIVEWIRE 2011-03-28 16:49:16 -04:00
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.