gecko/js/jsd
Jason Orendorff 5b00ce7204 Bug 893186, part 4 - Replace a use of JS_GetUCPropertyAttributes in JSD with a call to JS_GetOwnPropertyDescriptorById. r=luke.
--HG--
extra : rebase_source : 4b035be0aec9206c3849c45ade6b88718a15031b
2013-09-06 12:05:30 -05:00
..
idl Bug 902332 - Replace JS_{FALSE,TRUE} with {false,true} almost everywhere. r=luke,bz. 2013-08-06 23:59:54 -07:00
test Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
jsd1640.def Bug 880697 - Remove JSD_GetDefaultJSContext and fix callers. r=gabor 2013-06-12 14:17:55 -07:00
jsd1640.rc
jsd3240.rc
jsd_atom.cpp Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
jsd_high.cpp Bug 901323 - Don't include nsContentUtils.h unnecessarily; r=jlebar 2013-08-14 08:56:21 +02:00
jsd_hook.cpp Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
jsd_java.cpp Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
jsd_lock.cpp Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
jsd_lock.h Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
jsd_obj.cpp Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
jsd_scpt.cpp Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
jsd_stak.cpp Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
jsd_step.cpp Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
jsd_text.cpp Bug 905017 (part 1) - Minimize inclusions of JS engine headers in .h and .idl files. r=billm. 2013-08-17 15:50:18 -07:00
jsd_val.cpp Bug 893186, part 4 - Replace a use of JS_GetUCPropertyAttributes in JSD with a call to JS_GetOwnPropertyDescriptorById. r=luke. 2013-09-06 12:05:30 -05:00
jsd_xpc.cpp Bug 899367 - Stop depending on the default compartment object for DOM JSContexts. r=mccr8 2013-09-04 14:06:55 -07:00
jsd_xpc.h Bug 884061 - Part 3n: Use NS_DECL_THREADSAFE_ISUPPORTS in js/, r=bholley 2013-07-18 21:23:32 -05:00
jsd.h Bug 912411 (part 1) - Removed some jsapi.h includes in Gecko. r=bz. 2013-09-05 16:08:06 -07:00
jsdebug.cpp Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
jsdebug.h Bug 912411 (part 1) - Removed some jsapi.h includes in Gecko. r=bz. 2013-09-05 16:08:06 -07:00
jsdstubs.cpp Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jshash.cpp Bug 898263 (part 15) - Remove jsutil.h from EXPORTS. r=jorendorff. 2013-07-26 00:57:03 -07:00
jshash.h Bug 905017 (part 1) - Minimize inclusions of JS engine headers in .h and .idl files. r=billm. 2013-08-17 15:50:18 -07:00
Makefile.in Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
mkshell.bat
moz.build Bug 883284 - Part d: Move LIBXUL_LIBRARY into moz.build (f-j); r=bsmedberg 2013-08-22 08:56:00 +02:00
README
resource.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00

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.