gecko/js/jsd
2011-12-07 13:41:27 -08:00
..
idl Bug 699528. Make pausing/unpausing JSD try to turn off/on debug mode as needed. r=sfink 2011-11-09 16:11:39 -05:00
test Bug 689101 - Test for firebug incompatibility due to jsval ABI mismatch (r=test) 2011-10-10 15:06:28 -07:00
jsd1640.def bug 624880 - renaming JSD public API to reflect the signature change. r=timeless 2011-01-29 22:40:29 +01:00
jsd1640.rc
jsd3240.rc
jsd_atom.c Bug 615361 warning: cast from pointer to integer of different size in jsd 2010-12-04 11:05:45 +01:00
jsd_high.c Bug 613457 - clean up string interfaces (r=njn) 2011-03-14 13:59:53 -07:00
jsd_hook.c Bug 701274: Make jsd_ThrowHandler return the proper JSTrapStatus value, not JSD_HOOK_RETURN_CONTINUE_THROW. r=sfink 2011-11-15 08:04:58 -08:00
jsd_java.c bug 624880 - renaming JSD public API to reflect the signature change. r=timeless 2011-01-29 22:40:29 +01:00
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 Don't try to correlate scripts with functions in JSD interface, bug 707613. r=luke 2011-12-07 13:41:27 -08:00
jsd_stak.c bug 624880 - renaming JSD public API to reflect the signature change. r=timeless 2011-01-29 22:40:29 +01:00
jsd_step.c Bug 666049 - Remove JSFloat64, float64 and float32 r=luke 2011-06-21 15:07:02 -07:00
jsd_text.c Bug 586731 jsd_NewSourceText leaks new_url_string ifndef LIVEWIRE 2011-03-28 16:49:16 -04:00
jsd_val.c Add API for JSD to get the parent of a scope object, no bug. 2011-11-28 07:43:31 -08:00
jsd_xpc.cpp Bug 700302 - Handle null script filenames (r=sfink) 2011-11-11 11:35:06 -08:00
jsd_xpc.h Bug 699528. Make pausing/unpausing JSD try to turn off/on debug mode as needed. r=sfink 2011-11-09 16:11:39 -05:00
jsd.h Don't try to correlate scripts with functions in JSD interface, bug 707613. r=luke 2011-12-07 13:41:27 -08:00
jsdebug.c Backout 8d39d7a5b85c 2011-05-24 16:53:07 -07:00
jsdebug.h Bug 586731 jsd_NewSourceText leaks new_url_string ifndef LIVEWIRE 2011-03-28 16:49:16 -04:00
jsdstubs.c
Makefile.in Bug 689101 - Test for firebug incompatibility due to jsval ABI mismatch (r=test) 2011-10-10 15:06:28 -07:00
mkshell.bat Fixing bug 442399. Remove LiveConnect from the tree. r=joshmoz@gmail.com, bclary@bclary.com, sr=brendan@mozilla.org 2009-06-30 15:55:16 -07:00
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.