gecko-dev/js/src
2013-07-12 09:25:41 -04:00
..
assembler Bug 891083 - Make the ImmWord version of x64's movq always use smaller immediate fields when possible; use movWithPatch when a patchable 64-bit immediate field is needed. Also, implement movq_i32r, which is useful for immediates in the range [INT32_MIN, 0). r=sstangl 2013-07-08 19:28:20 -07:00
build Bug 892361 - Default to gcc 4.7 from the NDK if it's there. r=ted 2013-07-12 09:16:11 +09:00
builtin Bug 887558 (part 3) - Use JSObject::{is,as} for JSObject itself. r=sfink. 2013-07-04 00:50:50 -07:00
config Bug 892861 - Remove useless -D flags 'IMPL_THEBES,_IMPL_NS_GFX,...'. r=glandium 2013-07-12 08:56:54 -04:00
ctypes Bug 889146 (part 16) - Rename jstypedarray.{h,cpp} as vm/TypedArrayObject.{h,cpp}. r=sfink. 2013-07-02 20:58:39 -07:00
devtools Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
ds Bug 883696 (part 4) - Include full paths in #include statements in the rest of js/src/ and js/public/. r=luke. 2013-06-27 17:37:29 -07:00
editline Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
frontend Bug 887558 (part 3) - Use JSObject::{is,as} for JSObject itself. r=sfink. 2013-07-04 00:50:50 -07:00
gc Bug 888768 (part 1) - Remove unnecessary js*inlines.h #includes, as found by include-what-you-use. r=bhackett. 2013-07-11 15:15:17 -07:00
gdb Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm. 2013-07-10 09:29:52 -06:00
ion Bug 892931 - CallKnown should not emit a slow path if callee can't be Ion-compiled but can be Baseline-compiled. r=h4writer 2013-07-12 13:37:27 +02:00
jit-test Bug 892291: Correctly compute ranges for Math.imul; r=nbp 2013-07-11 18:56:28 -07:00
jsapi-tests Bug 887558 (part 3) - Use JSObject::{is,as} for JSObject itself. r=sfink. 2013-07-04 00:50:50 -07:00
parjs-benchmarks Bug 872352 - Simplify edges/liquid-resize benchmarks rs=tests 2013-06-12 22:17:30 -04:00
perf Bug 883696 (part 4) - Include full paths in #include statements in the rest of js/src/ and js/public/. r=luke. 2013-06-27 17:37:29 -07:00
shell Bug 892369 - Update the default value of the 'usesBeforeCompile' option in 2013-07-12 09:25:41 -04:00
tests Bug 854320 - ECMA-402 tests ch10/10.1/10.1.1_a.js, ch11/11.1/11.1.1_a.js, ch12/12.1/12.1.1_a.js failing. r=jwalden 2013-07-11 09:54:09 -04:00
v8
vm Bug 887558 (part 3) - Use JSObject::{is,as} for JSObject itself. r=sfink. 2013-07-04 00:50:50 -07:00
yarr Bug 888673 - Update Yarr yet again. r=sstangl 2013-07-01 23:29:19 +02:00
aclocal.m4 Bug 752034 - Use the Windows SDK when building with Clang on Windows; r=ted 2013-06-13 13:09:22 -04:00
configure.in Bug 892401 - Remove NEW_H. r=ted 2013-07-12 09:16:41 +09:00
dtoa.c Bug 883696 (part 4) - Include full paths in #include statements in the rest of js/src/ and js/public/. r=luke. 2013-06-27 17:37:29 -07:00
js-confdefs.h.in
js-config.h.in Bug 890171 - Cleanup old jaegermonkey defines in js/sc/configure. r=luke 2013-07-09 14:30:11 +09:00
js-config.in bug 877937 - make js embedders build as c++11 when we do r=ted f=waldo 2013-06-05 18:55:17 -04:00
js.msg Bug 885463 - Warn about 'yield' without operand. r=Waldo. 2013-06-25 17:39:59 -05:00
js.pc.in Bug 870306 - Put includes under /usr/include/mozjs-x.y instead of /usr/include/js-x.y on make install. r=sstangl,r=Waldo 2013-05-21 08:28:13 +02:00
jsalloc.cpp Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm. 2013-07-10 09:29:52 -06:00
jsalloc.h Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm. 2013-07-10 09:29:52 -06:00
jsanalyze.cpp Bug 820686 - Follow-up: s/MOZ_ASSUME_NOT_REACHED/MOZ_ASSUME_UNREACHABLE/. rs=waldo 2013-06-28 19:20:12 -07:00
jsanalyze.h Bug 890784 (part 2) - Fix up #includes after the creation of the vm/Runtime module. r=wmccloskey. 2013-07-07 23:23:59 -07:00
jsanalyzeinlines.h Bug 820686 - Follow-up: s/MOZ_ASSUME_NOT_REACHED/MOZ_ASSUME_UNREACHABLE/. rs=waldo 2013-06-28 19:20:12 -07:00
jsapi.cpp Bug 887558 (part 3) - Use JSObject::{is,as} for JSObject itself. r=sfink. 2013-07-04 00:50:50 -07:00
jsapi.h Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm. 2013-07-10 09:29:52 -06:00
jsarray.cpp Bug 888768 (part 1) - Remove unnecessary js*inlines.h #includes, as found by include-what-you-use. r=bhackett. 2013-07-11 15:15:17 -07:00
jsarray.h Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm. 2013-07-10 09:29:52 -06:00
jsast.tbl Bug 568953 - Added reflection support for module declarations; r=jorendorff 2013-04-02 18:00:49 +02:00
jsatom.cpp Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm. 2013-07-10 09:29:52 -06:00
jsatom.h Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm. 2013-07-10 09:29:52 -06:00
jsatominlines.h Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm. 2013-07-10 09:29:52 -06:00
jsbool.cpp Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm. 2013-07-10 09:29:52 -06:00
jsbool.h Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm. 2013-07-10 09:29:52 -06:00
jsboolinlines.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
jsclass.h Bug 886829 - also update comments in jsclass.h DONTBUILD 2013-07-02 12:14:30 +01:00
jsclist.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
jsclone.cpp Bug 887558 (part 3) - Use JSObject::{is,as} for JSObject itself. r=sfink. 2013-07-04 00:50:50 -07:00
jsclone.h Bug 885310 - 3 Rename JSHandleFoo in js/src r=evilpie 2013-06-21 14:12:46 +01:00
jscntxt.cpp Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm. 2013-07-10 09:29:52 -06:00
jscntxt.h Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm. 2013-07-10 09:29:52 -06:00
jscntxtinlines.h Bug 881988 - Support calling natives in parallel. (r=djvj) 2013-07-10 18:25:33 -07:00
jscompartment.cpp Bug 887558 (part 2) - Move various functions into ProxyObject and FunctionProxyObject. r=jorendorff. 2013-06-20 22:39:22 -07:00
jscompartment.h Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm. 2013-07-10 09:29:52 -06:00
jscompartmentinlines.h Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm. 2013-07-10 09:29:52 -06:00
jscpucfg.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
jscrashformat.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
jscrashreport.cpp Bug 634839 (part 2b) - Remove more unnecessary headers (as found by include-what-you-use) from SpiderMonkey. r=jorendorff. 2013-06-12 22:20:27 -07:00
jscrashreport.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
jsdate.cpp Bug 888768 (part 1) - Remove unnecessary js*inlines.h #includes, as found by include-what-you-use. r=bhackett. 2013-07-11 15:15:17 -07:00
jsdate.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
jsdbgapi.cpp Bug 890636 - Remove JSOPTION_PCCOUNT, r=jandem. 2013-07-08 09:17:35 -06:00
jsdbgapi.h Bug 880917 - Remove js_RevertVersion and associated shell functionality. r=luke 2013-06-29 09:11:19 -06:00
jsdtoa.cpp Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jsdtoa.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
jsexn.cpp Bug 888768 (part 1) - Remove unnecessary js*inlines.h #includes, as found by include-what-you-use. r=bhackett. 2013-07-11 15:15:17 -07:00
jsexn.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
jsfriendapi.cpp Bug 887558 (part 2) - Move various functions into ProxyObject and FunctionProxyObject. r=jorendorff. 2013-06-20 22:39:22 -07:00
jsfriendapi.h Bug 887558 (part 3) - Use JSObject::{is,as} for JSObject itself. r=sfink. 2013-07-04 00:50:50 -07:00
jsfun.cpp Bug 887558 (part 3) - Use JSObject::{is,as} for JSObject itself. r=sfink. 2013-07-04 00:50:50 -07:00
jsfun.h Bug 881988 - Support calling natives in parallel. (r=djvj) 2013-07-10 18:25:33 -07:00
jsfuninlines.h Bug 886205 (part 7) - Break jsfuninlines.h out of the header inclusion cycles. r=terrence. 2013-06-25 21:38:35 -07:00
jsgc.cpp Bug 887558 (part 2) - Move various functions into ProxyObject and FunctionProxyObject. r=jorendorff. 2013-06-20 22:39:22 -07:00
jsgc.h Bug 890192 (part 4) - Slim down jsgcinlines.h. r=terrence. 2013-07-04 00:55:46 -07:00
jsgcinlines.h Bug 891946 - Rename ThreadSafeContext variables from tcx -> cx. (r=bhackett) 2013-07-10 18:25:42 -07:00
jsinfer.cpp Bug 887558 (part 3) - Use JSObject::{is,as} for JSObject itself. r=sfink. 2013-07-04 00:50:50 -07:00
jsinfer.h Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm. 2013-07-10 09:29:52 -06:00
jsinferinlines.h Bug 887558 (part 3) - Use JSObject::{is,as} for JSObject itself. r=sfink. 2013-07-04 00:50:50 -07:00
jsiter.cpp Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm. 2013-07-10 09:29:52 -06:00
jsiter.h Bug 891215 (part 1) - Slim down Iterator-inl.h. r=terrence. 2013-07-08 19:42:34 -07:00
jskwgen.cpp Bug 885761 - Remove Token::t_op and KeywordInfo::op. r=till. 2013-07-10 16:37:45 -05:00
jslibmath.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
jslock.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
jsmath.cpp Bug 879079 - Make ToNumber take a Handle to fix some static rooting analysis failures; r=sfink 2013-06-21 18:19:11 -07:00
jsmath.h Bug 798914 (part 4) - Use newly introduced mozilla::MallocSizeOf in js. r=njn. 2013-06-23 13:21:01 +02:00
jsmemorymetrics.cpp Bug 890784 (part 2) - Fix up #includes after the creation of the vm/Runtime module. r=wmccloskey. 2013-07-07 23:23:59 -07:00
jsnativestack.cpp Bug 875666 - add || defined(__DragonFly__) to jsnativestack.cpp (r=luke) 2013-05-24 08:29:53 +02:00
jsnativestack.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
jsnum.cpp Bug 888768 (part 1) - Remove unnecessary js*inlines.h #includes, as found by include-what-you-use. r=bhackett. 2013-07-11 15:15:17 -07:00
jsnum.h Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm. 2013-07-10 09:29:52 -06:00
jsobj.cpp Bug 887558 (part 3) - Use JSObject::{is,as} for JSObject itself. r=sfink. 2013-07-04 00:50:50 -07:00
jsobj.h Bug 887558 (part 3) - Use JSObject::{is,as} for JSObject itself. r=sfink. 2013-07-04 00:50:50 -07:00
jsobjinlines.h Bug 887558 (part 3) - Use JSObject::{is,as} for JSObject itself. r=sfink. 2013-07-04 00:50:50 -07:00
json.cpp Bug 887558 (part 3) - Use JSObject::{is,as} for JSObject itself. r=sfink. 2013-07-04 00:50:50 -07:00
json.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
jsonparser.cpp Bug 887558 (part 3) - Use JSObject::{is,as} for JSObject itself. r=sfink. 2013-07-04 00:50:50 -07:00
jsonparser.h Bug 839998 - Replace thisDuringConstruction() with MOZ_THIS_IN_INITIALIZER_LIST(). r=waldo 2013-06-27 00:15:53 +09:00
jsopcode.cpp Bug 888768 (part 1) - Remove unnecessary js*inlines.h #includes, as found by include-what-you-use. r=bhackett. 2013-07-11 15:15:17 -07:00
jsopcode.h Bug 890636 - Remove JSOPTION_PCCOUNT, r=jandem. 2013-07-08 09:17:35 -06:00
jsopcode.tbl Bug 864218 - Improve performance when accessing variables defined in run-once closures, r=luke,jandem. 2013-05-31 16:22:34 -06:00
jsopcodeinlines.h Bug 890192 (part 1) - Slim down jsopcodeinlines.h. r=terrence. 2013-07-03 19:35:15 -07:00
jsoplengen.cpp Bug 881579 - Use the canonical #ifndef wrapper form in SpiderMonkey headers so that GCC and clang can avoid including them more than once per compilation unit. r=benjamin. 2013-06-16 16:11:24 -07:00
jsprf.cpp Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jsprf.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
jspropertytree.cpp Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm. 2013-07-10 09:29:52 -06:00
jspropertytree.h Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm. 2013-07-10 09:29:52 -06:00
jsprototypes.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
jsproxy.cpp Bug 887558 (part 2) - Move various functions into ProxyObject and FunctionProxyObject. r=jorendorff. 2013-06-20 22:39:22 -07:00
jsproxy.h Bug 887558 (part 2) - Move various functions into ProxyObject and FunctionProxyObject. r=jorendorff. 2013-06-20 22:39:22 -07:00
jsprvtd.h Bug 881988 - Support calling natives in parallel. (r=djvj) 2013-07-10 18:25:33 -07:00
jspubtd.h Bug 881988 - Support calling natives in parallel. (r=djvj) 2013-07-10 18:25:33 -07:00
jsreflect.cpp Bug 887558 (part 3) - Use JSObject::{is,as} for JSObject itself. r=sfink. 2013-07-04 00:50:50 -07:00
jsreflect.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
jsscript.cpp Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm. 2013-07-10 09:29:52 -06:00
jsscript.h Bug 891702 - IonMonkey: Delete dead code. r=djvj 2013-07-10 11:57:15 -07:00
jsscriptinlines.h Bug 890192 (part 2) - Slim down jsscriptinlines.h. r=terrence. 2013-07-03 19:47:14 -07:00
jsshell.msg
jsstr.cpp Bug 891215 (part 18) - Slim down RegExpStatics-inl.h. r=terrence. 2013-07-10 16:23:28 -07:00
jsstr.h Bug 890968 - Part 2: Add nondestructive getChars to JSString. (r=bhackett) 2013-07-10 18:24:39 -07:00
jsstrinlines.h Bug 890192 (part 3) - Slim down jsstrinlines.h. r=terrence. 2013-07-03 19:53:18 -07:00
jstypes.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
jsutil.cpp Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jsutil.h Bug 883696 (part 4) - Include full paths in #include statements in the rest of js/src/ and js/public/. r=luke. 2013-06-27 17:37:29 -07:00
jsversion.h Bug 820686 - Follow-up: s/MOZ_ASSUME_NOT_REACHED/MOZ_ASSUME_UNREACHABLE/. rs=waldo 2013-06-28 19:20:12 -07:00
jswatchpoint.cpp Bug 888768 (part 1) - Remove unnecessary js*inlines.h #includes, as found by include-what-you-use. r=bhackett. 2013-07-11 15:15:17 -07:00
jswatchpoint.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
jsweakcache.h Bug 890784 (part 1) - Create a new vm/Runtime module and put JSRuntime in it. r=wmccloskey. 2013-07-07 23:18:48 -07:00
jsweakmap.cpp Bug 887558 (part 2) - Move various functions into ProxyObject and FunctionProxyObject. r=jorendorff. 2013-06-20 22:39:22 -07:00
jsweakmap.h Bug 890784 (part 1) - Create a new vm/Runtime module and put JSRuntime in it. r=wmccloskey. 2013-07-07 23:18:48 -07:00
jswin.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
jsworkers.cpp Bug 820686 - Follow-up: s/MOZ_ASSUME_NOT_REACHED/MOZ_ASSUME_UNREACHABLE/. rs=waldo 2013-06-28 19:20:12 -07:00
jsworkers.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
jswrapper.cpp Bug 887558 (part 2) - Move various functions into ProxyObject and FunctionProxyObject. r=jorendorff. 2013-06-20 22:39:22 -07:00
jswrapper.h Bug 888106 - Add too-much-recursion detection to isExtensible tests, and make the isExtensible hook capable of failing. r=bholley, r=ejpbruel 2013-06-28 14:01:09 -07:00
Makefile.in Bug 890171 - Cleanup old jaegermonkey defines in js/sc/configure. r=luke 2013-07-09 14:30:11 +09:00
moz.build Bug 887558 (part 2) - Move various functions into ProxyObject and FunctionProxyObject. r=jorendorff. 2013-06-20 22:39:22 -07:00
prmjtime.cpp Bug 883696 (part 4) - Include full paths in #include statements in the rest of js/src/ and js/public/. r=luke. 2013-06-27 17:37:29 -07:00
prmjtime.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
README.html
symverscript.in Bug 809430 - Add symbol versions. r=glandium 2013-04-25 15:35:40 -07:00
TraceLogging.cpp Bug 883574 - Add const qualifiers to variables and pointers in the JS tree. r=evilpies 2013-06-17 18:31:47 -07:00
TraceLogging.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
Y.js

<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta http-equiv="Refresh"
	 content="0;URL=http://developer.mozilla.org/en/docs/SpiderMonkey">
   <title>SpiderMonkey README</title>
</head>
<body>

<h1>SpiderMonkey README</h1>

<p>See the
<a href="http://developer.mozilla.org/en/docs/SpiderMonkey">SpiderMonkey
pages</a> on the Mozilla Developer Center</a>.

</body>
</html>