gecko/js/src
Jason Orendorff 0cc522db03 Bug 923836 - Set aside the first 3 reserved slots of global objects for application use. r=Waldo.
--HG--
extra : rebase_source : 027d8ed582b276845ff49c19b867d82b058542e1
2013-10-14 15:24:11 -05:00
..
assembler Bug 924634 - Misc. x86 assembler spew fixes. r=sstangl 2013-10-08 15:39:44 -07:00
build Bug 926126 - Enable pseudo derecurse on releng builds, and enable parallel export; r=gps 2013-10-13 09:19:46 +09:00
builtin Bug 923836 - Set aside the first 3 reserved slots of global objects for application use. r=Waldo. 2013-10-14 15:24:11 -05:00
config Bug 924615 - Move JarMaker.py into mozbuild; r=mshal 2013-10-11 13:19:11 -07:00
ctypes Bug 924642 - SpiderMonkey: Apply internal name linkage using static keywords. r=njn 2013-10-10 05:18:01 -07:00
devtools Bug 924642 - SpiderMonkey: Apply internal name linkage using static keywords. r=njn 2013-10-10 05:18:01 -07:00
ds Bug 924393 - don't use JS_BITS_PER_WORD in BitArray.h; r=Waldo 2013-10-08 09:54:50 -04:00
editline Bug 920818 (part 3) - Remove js/src/editline/Makefile.ref, because it's dead. r=glandium. 2013-09-25 20:45:54 -07:00
frontend Bug 925582 - Handlify ParseContext::define, r=terrence 2013-10-11 22:02:24 -07:00
gc Bug 925817 - GenerationalGC: Refactor inside nursery check to avoid repetition r=terrence 2013-10-14 10:16:25 +01:00
gdb Bug 924642 - SpiderMonkey: Apply internal name linkage using static keywords. r=njn 2013-10-10 05:18:01 -07:00
jit Bug 925962 - Add missing isValid() check. 2013-10-14 14:21:33 -06:00
jit-test Bug 925067 - Fix infinite loop in BlockMightReach. r=bhackett 2013-10-14 11:59:51 +02:00
jsapi-tests Bug 880330 - Refactor the jsapi-tests to use the new options API; r=bholley 2013-10-14 13:36:42 +02:00
parjs-benchmarks
perf Bug 924642 - SpiderMonkey: Apply internal name linkage using static keywords. r=njn 2013-10-10 05:18:01 -07:00
shell Bug 880330 - Refactor the shell to use the new options API; r=bholley 2013-10-14 13:31:03 +02:00
tests Backed out changeset 774d6d582f40 (bug 897027) for assertions 2013-10-10 17:12:21 +01:00
v8
vm Bug 923836 - Set aside the first 3 reserved slots of global objects for application use. r=Waldo. 2013-10-14 15:24:11 -05:00
vtune
yarr Bug 916511 - Prevent underflow in YARR. r=nbp 2013-10-02 14:17:34 -07:00
aclocal.m4
configure.in Bug 925334 - delete check for HAVE_GNU_GET_LIBC_VERSION; r=glandium 2013-10-10 09:43:36 -04:00
dtoa.c
js-confdefs.h.in
js-config.h.in
js-config.in
js.msg Bug 907077: Change for-of to conform to latest ES6 specification. r=jwalden 2013-10-03 13:37:57 +01:00
js.pc.in
jsalloc.cpp
jsalloc.h Bug 784739 - Switch from NULL to nullptr in js/src/ (1/9); r=ehsan 2013-10-07 12:42:55 -04:00
jsanalyze.cpp Bug 784739 - Switch from NULL to nullptr in js/src/ (1/9); r=ehsan 2013-10-07 12:42:55 -04:00
jsanalyze.h Bug 784739 - Switch from NULL to nullptr in js/src/ (1/9); r=ehsan 2013-10-07 12:42:55 -04:00
jsanalyzeinlines.h
jsapi.cpp Bug 923836 - Set aside the first 3 reserved slots of global objects for application use. r=Waldo. 2013-10-14 15:24:11 -05:00
jsapi.h Bug 880330 - Replace options bitfield in JSContext with a struct; r=bholley 2013-10-14 13:25:47 +02:00
jsarray.cpp Bug 693838 - Convert capitalization of Probes::functionName to probes::FunctionName. r=sfink 2013-10-12 03:17:59 +05:30
jsarray.h Bug 903193 - Part 6: Add ParallelExecution path to ArraySetLength. (r=bhackett) 2013-10-08 15:14:04 -07:00
jsast.tbl
jsatom.cpp Bug 784739 - Switch from NULL to nullptr in js/src/ (2/9); r=ehsan 2013-10-07 12:43:08 -04:00
jsatom.h Bug 784739 - Switch from NULL to nullptr in js/src/ (2/9); r=ehsan 2013-10-07 12:43:08 -04:00
jsatominlines.h Bug 784739 - Switch from NULL to nullptr in js/src/ (2/9); r=ehsan 2013-10-07 12:43:08 -04:00
jsbool.cpp Bug 924642 - SpiderMonkey: Apply internal name linkage using static keywords. r=njn 2013-10-10 05:18:01 -07:00
jsbool.h
jsboolinlines.h Bug 914128 - Remove OBJECT_FLAG_EMULATES_UNDEFINED, rewrite code to check the clasp instead. r=bhackett 2013-09-27 10:02:55 +02:00
jsbytecode.h
jsclist.h
jscntxt.cpp Bug 880330 - Replace options bitfield in JSContext with a struct; r=bholley 2013-10-14 13:25:47 +02:00
jscntxt.h Bug 880330 - Replace options bitfield in JSContext with a struct; r=bholley 2013-10-14 13:25:47 +02:00
jscntxtinlines.h Bug 880330 - Replace options bitfield in JSContext with a struct; r=bholley 2013-10-14 13:25:47 +02:00
jscompartment.cpp Bug 784739 - Switch from NULL to nullptr in js/src/ (2/9); r=ehsan 2013-10-07 12:43:08 -04:00
jscompartment.h Bug 784739 - Switch from NULL to nullptr in js/src/ (2/9); r=ehsan 2013-10-07 12:43:08 -04:00
jscompartmentinlines.h Bug 915482 (part 2) - Minimize gc/Barrier-inl.h includes. r=terrence. 2013-09-11 16:52:30 -07:00
jscpucfg.h
jscrashformat.h Bug 915855 - SpiderMonkey: Clean up "const static" to "static const". r=terrence 2013-09-12 16:38:40 -07:00
jscrashreport.cpp Bug 784739 - Switch from NULL to nullptr in js/src/ (2/9); r=ehsan 2013-10-07 12:43:08 -04:00
jscrashreport.h
jsdate.cpp Bug 924642 - SpiderMonkey: Apply internal name linkage using static keywords. r=njn 2013-10-10 05:18:01 -07:00
jsdate.h
jsdtoa.cpp Bug 924642 - SpiderMonkey: Apply internal name linkage using static keywords. r=njn 2013-10-10 05:18:01 -07:00
jsdtoa.h Bug 784739 - Switch from NULL to nullptr in js/src/ (2/9); r=ehsan 2013-10-07 12:43:08 -04:00
jsexn.cpp Bug 925739 - Rename cx->names().classPrototype to just cx->names().prototype, for readability/predictability. r=jorendorff 2013-10-11 15:24:44 +02:00
jsexn.h Bug 784739 - Switch from NULL to nullptr in js/src/ (3/9); r=ehsan 2013-10-07 12:43:20 -04:00
jsfriendapi.cpp Bug 784739 - Switch from NULL to nullptr in js/src/ (3/9); r=ehsan 2013-10-07 12:43:20 -04:00
jsfriendapi.h Bug 784739 - Switch from NULL to nullptr in js/src/ (3/9); r=ehsan 2013-10-07 12:43:20 -04:00
jsfun.cpp Bug 925739 - Rename cx->names().classPrototype to just cx->names().prototype, for readability/predictability. r=jorendorff 2013-10-11 15:24:44 +02:00
jsfun.h Bug 784739 - Switch from NULL to nullptr in js/src/ (3/9); r=ehsan 2013-10-07 12:43:20 -04:00
jsfuninlines.h Bug 784739 - Switch from NULL to nullptr in js/src/ (3/9); r=ehsan 2013-10-07 12:43:20 -04:00
jsgc.cpp Bug 784739 - Switch from NULL to nullptr in js/src/ (4/9); r=ehsan 2013-10-07 12:43:32 -04:00
jsgc.h Bug 784739 - Switch from NULL to nullptr in js/src/ (4/9); r=ehsan 2013-10-07 12:43:32 -04:00
jsgcinlines.h Bug 925817 - GenerationalGC: Refactor inside nursery check to avoid repetition r=terrence 2013-10-14 10:16:25 +01:00
jsinfer.cpp Bug 925962 - Track expected contents of stack type sets in compiler constraints, r=jandem. 2013-10-14 13:38:39 -06:00
jsinfer.h Bug 925962 - Track expected contents of stack type sets in compiler constraints, r=jandem. 2013-10-14 13:38:39 -06:00
jsinferinlines.h Bug 925962 - Track expected contents of stack type sets in compiler constraints, r=jandem. 2013-10-14 13:38:39 -06:00
jsiter.cpp Bug 923836 - Set aside the first 3 reserved slots of global objects for application use. r=Waldo. 2013-10-14 15:24:11 -05:00
jsiter.h Bug 784739 - Switch from NULL to nullptr in js/src/ (5/9); r=ehsan 2013-10-07 12:43:47 -04:00
jskwgen.cpp Backed out changeset 2c3d1c9241d7 (bug 918023) for Windows debug TestEndian failures. 2013-09-24 14:09:15 -04:00
jslibmath.h Bug 918350 - SpiderMonkey: Remove js_NaN in favor of a new mozilla::GenericNaN() function. r=waldo 2013-09-19 18:42:56 -07:00
jslock.h
jsmath.cpp Bug 923836 - Set aside the first 3 reserved slots of global objects for application use. r=Waldo. 2013-10-14 15:24:11 -05:00
jsmath.h Bug 920046 - Specialize Math.round and Math.floor with double return type. r=bhackett 2013-09-25 13:26:59 +02:00
jsnativestack.cpp Bug 784739 - Switch from NULL to nullptr in js/src/ (5/9); r=ehsan 2013-10-07 12:43:47 -04:00
jsnativestack.h
jsnum.cpp Bug 924642 - SpiderMonkey: Apply internal name linkage using static keywords. r=njn 2013-10-10 05:18:01 -07:00
jsnum.h Bug 784739 - Switch from NULL to nullptr in js/src/ (6/9); r=ehsan 2013-10-07 12:44:00 -04:00
jsobj.cpp Bug 923836 - Set aside the first 3 reserved slots of global objects for application use. r=Waldo. 2013-10-14 15:24:11 -05:00
jsobj.h Bug 923836 - Set aside the first 3 reserved slots of global objects for application use. r=Waldo. 2013-10-14 15:24:11 -05:00
jsobjinlines.h Bug 923836 - Set aside the first 3 reserved slots of global objects for application use. r=Waldo. 2013-10-14 15:24:11 -05:00
json.cpp Bug 923836 - Set aside the first 3 reserved slots of global objects for application use. r=Waldo. 2013-10-14 15:24:11 -05:00
json.h
jsonparser.cpp Bug 784739 - Switch from NULL to nullptr in js/src/ (6/9); r=ehsan 2013-10-07 12:44:00 -04:00
jsonparser.h
jsopcode.cpp Bug 784739 - Switch from NULL to nullptr in js/src/ (6/9); r=ehsan 2013-10-07 12:44:00 -04:00
jsopcode.h Bug 784739 - Switch from NULL to nullptr in js/src/ (6/9); r=ehsan 2013-10-07 12:44:00 -04:00
jsopcode.tbl Bug 907077: Change for-of to conform to latest ES6 specification. r=jwalden 2013-10-03 13:37:57 +01:00
jsopcodeinlines.h
jsoplengen.cpp
jsprf.cpp Bug 784739 - Switch from NULL to nullptr in js/src/ (6/9); r=ehsan 2013-10-07 12:44:00 -04:00
jsprf.h Bug 784739 - Switch from NULL to nullptr in js/src/ (6/9); r=ehsan 2013-10-07 12:44:00 -04:00
jspropertytree.cpp Bug 903193 - Part 5: Refactor SetPropertyHelper and friends to have a thread local variant. (r=bhackett) 2013-10-08 15:14:04 -07:00
jspropertytree.h Bug 903193 - Part 5: Refactor SetPropertyHelper and friends to have a thread local variant. (r=bhackett) 2013-10-08 15:14:04 -07:00
jsprototypes.h
jsproxy.cpp Bug 923836 - Set aside the first 3 reserved slots of global objects for application use. r=Waldo. 2013-10-14 15:24:11 -05:00
jsproxy.h Bug 784739 - Switch from NULL to nullptr in js/src/ (7/9); r=ehsan 2013-10-07 12:44:15 -04:00
jspubtd.h Bug 784739 - Switch from NULL to nullptr in js/src/ (6/9); r=ehsan 2013-10-07 12:44:00 -04:00
jsreflect.cpp Bug 784739 - Switch from NULL to nullptr in js/src/ (6/9); r=ehsan 2013-10-07 12:44:00 -04:00
jsreflect.h
jsscript.cpp Bug 880085 - Unbreak run once closure optimizations, and don't treat named lambdas as run once closures, r=luke. 2013-10-11 14:34:11 -06:00
jsscript.h Bug 880085 - Unbreak run once closure optimizations, and don't treat named lambdas as run once closures, r=luke. 2013-10-11 14:34:11 -06:00
jsscriptinlines.h Bug 784739 - Switch from NULL to nullptr in js/src/ (8/9); r=ehsan 2013-10-07 12:44:28 -04:00
jsshell.msg
jsstr.cpp Bug 924642 - SpiderMonkey: Apply internal name linkage using static keywords. r=njn 2013-10-10 05:18:01 -07:00
jsstr.h Bug 784739 - Switch from NULL to nullptr in js/src/ (8/9); r=ehsan 2013-10-07 12:44:28 -04:00
jstypes.h
jsutil.cpp Bug 784739 - Switch from NULL to nullptr in js/src/ (8/9); r=ehsan 2013-10-07 12:44:28 -04:00
jsutil.h Bug 924642 - SpiderMonkey: Apply internal name linkage using static keywords. r=njn 2013-10-10 05:18:01 -07:00
jsversion.h
jswatchpoint.cpp Bug 924690 - Remove unnecessary post-barriering of watchpoint hash table r=terrence 2013-10-10 10:28:17 +01:00
jswatchpoint.h Bug 922091 - Don't use RelocatablePtrObject on the stack in watchpoint code r=terrence 2013-10-10 10:27:51 +01:00
jsweakcache.h Bug 921130 - Minimize the #includes in js/src/jit; r=luke 2013-09-26 18:34:54 -04:00
jsweakmap.cpp Bug 784739 - Switch from NULL to nullptr in js/src/ (8/9); r=ehsan 2013-10-07 12:44:28 -04:00
jsweakmap.h Bug 784739 - Switch from NULL to nullptr in js/src/ (8/9); r=ehsan 2013-10-07 12:44:28 -04:00
jswin.h
jsworkers.cpp Bug 903193 - Part 5: Refactor SetPropertyHelper and friends to have a thread local variant. (r=bhackett) 2013-10-08 15:14:04 -07:00
jsworkers.h Bug 784739 - Switch from NULL to nullptr in js/src/ (8/9); r=ehsan 2013-10-07 12:44:28 -04:00
jswrapper.cpp Bug 784739 - Switch from NULL to nullptr in js/src/ (9/9); r=ehsan 2013-10-07 12:44:37 -04:00
jswrapper.h Bug 784739 - Switch from NULL to nullptr in js/src/ (9/9); r=ehsan 2013-10-07 12:44:37 -04:00
make-source-package.sh
Makefile.in Bug 907077: Change for-of to conform to latest ES6 specification. r=jwalden 2013-10-03 13:37:57 +01:00
moz.build Bug 912099 - Part h: Make sure CPP_SOURCES only points to existing files in js/src; r=mshal 2013-10-03 09:10:01 +02:00
NamespaceImports.h Bug 880330 - Refactor the shell to use the new options API; r=bholley 2013-10-14 13:31:03 +02:00
prmjtime.cpp
prmjtime.h
README.html
symverscript.in
TraceLogging.cpp Bug 784739 - Switch from NULL to nullptr in js/src/ (1/9); r=ehsan 2013-10-07 12:42:55 -04:00
TraceLogging.h Bug 784739 - Switch from NULL to nullptr in js/src/ (1/9); r=ehsan 2013-10-07 12:42:55 -04: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>