gecko-dev/js/src
2013-11-06 20:04:45 +01:00
..
assembler Bug 931486 - SpiderMonkey: Misc x86 assembler spew fixes. r=sstangl 2013-10-28 10:44:53 -07:00
build Bug 933047 - Add a configure check whether the C++ compiler actually is a C++ compiler. r=ted 2013-11-01 10:30:46 +09:00
builtin Bug 930526 - Add a missing OOM check to js_InitTypedObjectClass; r=nmatsakis 2013-11-05 10:22:43 -08:00
config Bug 934361 - Remove CHROME_DEPS. r=mshal 2013-11-05 07:39:28 +09:00
ctypes Bug 934557 - Handlify JS::ToBoolean and remove JS_ValueToBoolean. r=terrence 2013-11-06 16:26:50 +01:00
devtools Bug 935125 - Whitelist PLDHashTableOps.hashKey, r=terrence 2013-11-05 14:41:46 -08: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 929905 - Consolidate sources in moz.build. r=gps 2013-10-25 08:23:05 +09:00
frontend Bug 927116 - Implement parser support for import declarations; r=jorendorff 2013-11-06 20:04:12 +01:00
gc Bug 935271 - Fix ifdefs in js/src/gc/Memory.cpp; r=billm 2013-11-06 08:43:04 -08:00
gdb Bug 929905 - Consolidate sources in moz.build. r=gps 2013-10-25 08:23:05 +09:00
jit Bug 909972 - Avoid unnecessary GCs in asm.js compilation; r=luke 2013-10-17 09:12:23 -07:00
jit-test Bug 927116 - Test reflect support for import declarations; r=jorendorff 2013-11-06 20:05:23 +01:00
jsapi-tests Bug 892643: Implement PersistentRooted<T>, an unrestricted-lifetime rooting type. r=terrence, jcoppeard 2013-11-04 13:35:08 -08: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 926431 - Make clone unsafe for fuzzing in the JS shell. r=luke 2013-11-06 19:47:29 +01:00
tests Backed out changeset 727ea6823984 (bug 931328) for Windows jit-test failures. 2013-11-06 11:30:44 -05:00
v8
vm Bug 927116 - Implement parser support for import declarations; r=jorendorff 2013-11-06 20:04:12 +01:00
vtune Bug 891541 - Part 1/2 - Ship VTune support for AsmJS with Nightly and Aurora. r=glandium 2013-07-30 14:16:34 -07:00
yarr Bug 916511 - Prevent underflow in YARR. r=nbp 2013-10-02 14:17:34 -07:00
aclocal.m4 Bug 781171 - delete JS_BYTES_PER_WORD/JS_BITS_PER_WORD from configure.in; r=glandium 2013-10-11 15:13:35 -04:00
configure.in Bug 932127 - correctly configure ctypes in cross compilation conditions; r=glandium 2013-11-05 13:03:13 -05:00
dtoa.c
js-confdefs.h.in Bug 895047 - Make char16_t available everywhere and use that to define PRUnichar and jschar; r=jcranmer,jorendorff,glandium 2013-10-17 00:36:13 -04:00
js-config.h.in Bug 781171 - delete JS_BYTES_PER_WORD/JS_BITS_PER_WORD from configure.in; r=glandium 2013-10-11 15:13:35 -04:00
js-config.in
js.msg Bug 927116 - Implement parser support for import declarations; r=jorendorff 2013-11-06 20:04:12 +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 932757 - Remove JSOP_POPV and JSOP_STOP, r=jorendorff 2013-11-04 15:33:15 +01: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 Bug 864928 - Remove ScriptAnalysis::analyzeTypes, r=jandem. 2013-09-02 15:39:31 -07:00
jsapi.cpp Bug 909490, part 3 - Add callback for zone sweeping. r=jonco 2013-09-25 13:41:25 -07:00
jsapi.h Bug 909490, part 3 - Add callback for zone sweeping. r=jonco 2013-09-25 13:41:25 -07:00
jsarray.cpp Bug 894658 - Implement ES6 Array.prototype.{keys,entries}. r=jorendorff 2013-11-02 07:52:50 +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 Bug 927116 - Implement reflect support for import declarations; r=jorendorff 2013-11-06 20:04:45 +01:00
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 934557 - Handlify JS::ToBoolean and remove JS_ValueToBoolean. r=terrence 2013-11-06 16:26:50 +01:00
jsbool.h Bug 912411 (part 3) - Remove lots of jsapi.h includes in SpiderMonkey. r=luke. 2013-09-05 16:08:57 -07:00
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 Bug 898263 (part 6) - Move |jssrcnote| and |jsbytecode| out of jsprvtd.h. r=jorendorff. 2013-07-25 22:52:58 -07:00
jsclist.h
jscntxt.cpp Bug 934500 - Don't eagerly create callsite clones in IonBuilder, r=shu. 2013-11-05 18:00:44 -08:00
jscntxt.h Bug 934500 - Don't eagerly create callsite clones in IonBuilder, r=shu. 2013-11-05 18:00:44 -08: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 931039 - Rename IonRuntime/IonCompartment to JitRuntime/JitCompartment. r=h4writer 2013-10-28 11:33:01 +01:00
jscompartment.h Bug 931039 - Rename IonRuntime/IonCompartment to JitRuntime/JitCompartment. r=h4writer 2013-10-28 11:33:01 +01: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 Bug 932991: Partly revert bug 898274 on jscpucfg.h, breaks OpenBSD/sparc64 (at least) where <machine/endian.h> must be included after <sys/types.h>. r=njn 2013-11-04 22:05:51 +01:00
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 924891 - don't use JS_BITS_PER_WORD in jscrashreport.cpp; r=njn 2013-10-09 09:06:13 -04:00
jscrashreport.h Bug 872127 - Part 2: Replace mozilla/StandardInteger.h with stdint.h; r=Waldo,ted 2013-07-30 10:25:31 -04:00
jsdate.cpp Bug 924642 - SpiderMonkey: Apply internal name linkage using static keywords. r=njn 2013-10-10 05:18:01 -07:00
jsdate.h Bug 911020 - Introduce js/TypeDecls.h, which holds very commonly used type declarations from the JS engine. r=luke. 2013-08-27 19:59:14 -07:00
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 928220 - Get rid of JS_INLINE 2013-10-22 06:34:24 +09:00
jsfriendapi.cpp Bug 935032 - Fix more miscellaneous uses of JSContext in IonBuilder, r=luke,jandem. 2013-11-06 10:23:43 -08:00
jsfriendapi.h Bug 909972 - Avoid unnecessary GCs in asm.js compilation; r=luke 2013-10-17 09:12:23 -07:00
jsfun.cpp Bug 931984 - Use baseline cache information for calling common getter/setters in Ion code, r=efaust. 2013-11-01 08:45:56 -06:00
jsfun.h Bug 931984 - Use baseline cache information for calling common getter/setters in Ion code, r=efaust. 2013-11-01 08:45:56 -06: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 909490, part 3 - Add callback for zone sweeping. r=jonco 2013-09-25 13:41:25 -07:00
jsgc.h Bug 918207 - Support per-tab memory profiling. r=billm,mccr8,till,smaug,nfroyd. 2013-10-22 14:53:26 -07: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 935032 - Fix miscellaneous uses of JSContext in IonBuilder, r=shu,jandem. 2013-11-06 07:14:20 -08:00
jsinfer.h Bug 935032 - Fix miscellaneous uses of JSContext in IonBuilder, r=shu,jandem. 2013-11-06 07:14:20 -08:00
jsinferinlines.h Bug 932899 - Remove debug only stack/heap type set flags, r=jandem. 2013-11-04 08:29:46 -07:00
jsiter.cpp Bug 910782 - SpiderMonkey: Reduce indirection in InterpreterActivation. r=luke 2013-10-28 10:32:50 -07:00
jsiter.h Bug 928508 - Change String.prototype.@@iterator to iterate over code points. r=jorendorff. 2013-10-23 11:42:25 -05: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 Bug 931151 - Offer an alternative to NSPR when building the JS shell on POSIX platforms (r=jorendorff,ted) 2013-11-05 11:16:15 -08:00
jsmath.cpp Backed out changeset 727ea6823984 (bug 931328) for Windows jit-test failures. 2013-11-06 11:30:44 -05:00
jsmath.h Bug 896264 - Implement Math.hypot(). r=jorendorff. 2013-10-02 17:27:50 +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 934520 - SpiderMonkey: Avoid signed overflow and other forms of undefined behavior. r=bhackett 2013-11-04 09:41:06 -08:00
jsnum.h Bug 934520 - SpiderMonkey: Avoid signed overflow and other forms of undefined behavior. r=bhackett 2013-11-04 09:41:06 -08:00
jsobj.cpp Bug 911864 - Expose an API to copy a single property across compartments. r=jorendorff 2013-11-01 15:31:56 +01:00
jsobj.h Bug 918207 - Support per-tab memory profiling. r=billm,mccr8,till,smaug,nfroyd. 2013-10-22 14:53:26 -07:00
jsobjinlines.h Bug 933301 - Optimize setDenseElementWithType. r=bhackett 2013-11-01 16:10:18 +01:00
json.cpp Bug 925584 - Remove some unnecessary jsapi.h inclusions from .cpp files. r=Ms2ger. 2013-10-10 15:22:35 -07:00
json.h Bug 912411 (part 3) - Remove lots of jsapi.h includes in SpiderMonkey. r=luke. 2013-09-05 16:08:57 -07:00
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 Bug 912411 (part 3) - Remove lots of jsapi.h includes in SpiderMonkey. r=luke. 2013-09-05 16:08:57 -07:00
jsopcode.cpp Bug 935032 - Fix more miscellaneous uses of JSContext in IonBuilder, r=luke,jandem. 2013-11-06 10:23:43 -08:00
jsopcode.h Bug 932757 - Remove JSOP_POPV and JSOP_STOP, r=jorendorff 2013-11-04 15:33:15 +01:00
jsopcode.tbl Bug 932757 - Remove JSOP_POPV and JSOP_STOP, r=jorendorff 2013-11-04 15:33:15 +01:00
jsopcodeinlines.h Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till. 2013-08-08 16:07:22 -07:00
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 Bug 914220 - Move TypedObject global names into a TypedObject module r=waldo 2013-09-09 11:52:11 -04:00
jsproxy.cpp Bug 934557 - Handlify JS::ToBoolean and remove JS_ValueToBoolean. r=terrence 2013-11-06 16:26:50 +01:00
jsproxy.h Bug 934485 - Remove unused ProxyOptions::forceForegroundFinalization() r=terrence 2013-11-05 10:15:40 +00:00
jspubtd.h Bug 892643: Implement PersistentRooted<T>, an unrestricted-lifetime rooting type. r=terrence, jcoppeard 2013-11-04 13:35:08 -08:00
jsreflect.cpp Bug 927116 - Implement reflect support for import declarations; r=jorendorff 2013-11-06 20:04:45 +01:00
jsreflect.h Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till. 2013-08-08 16:07:22 -07:00
jsscript.cpp Bug 935032 - Fix more miscellaneous uses of JSContext in IonBuilder, r=luke,jandem. 2013-11-06 10:23:43 -08:00
jsscript.h Bug 932757 - Remove JSOP_POPV and JSOP_STOP, r=jorendorff 2013-11-04 15:33:15 +01: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 Bug 900669 - OdinMonkey: asm.js caching (shell-only support) (r=sstangl) 2013-10-15 12:13:34 -05:00
jsstr.cpp Bug 931984 - Use baseline cache information for calling common getter/setters in Ion code, r=efaust. 2013-11-01 08:45:56 -06:00
jsstr.h Bug 931984 - Use baseline cache information for calling common getter/setters in Ion code, r=efaust. 2013-11-01 08:45:56 -06:00
jstypes.h Bug 928220 - Get rid of JS_INLINE 2013-10-22 06:34:24 +09:00
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 Bug 909171 (part 3) - Remove JS_VERSION. r=luke. 2013-08-26 17:09:40 -07:00
jswatchpoint.cpp Bug 931812: Remove unnecessary postbarriering of watchpoint map r=terrence 2013-11-01 10:20:50 +00:00
jswatchpoint.h Bug 931812: Remove unnecessary postbarriering of watchpoint map r=terrence 2013-11-01 10:20:50 +00: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 8844105 - Handlify JS_WrapObject. r=terrence 2013-10-15 20:02:23 -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 Bug 888088 (part 7) - Fix #include ordering in the rest of js/src/*.{cpp,h}. r=nnethercote. 2013-07-23 17:34:50 -07:00
jsworkers.cpp Bug 931039 - Rename IonRuntime/IonCompartment to JitRuntime/JitCompartment. r=h4writer 2013-10-28 11:33:01 +01:00
jsworkers.h Backed out changeset 61f6c63bcb3d (bug 928056) for m-oth failures. 2013-10-18 15:44:30 -04:00
jswrapper.cpp Bug 927939 - Wrappers for nursery allocated objects should be finalized in the background r=terrence 2013-11-05 10:15:33 +00: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 Bug 517765 - Mark make-source-package.sh as executable. 2013-08-23 19:35:54 +02:00
Makefile.in Bug 934335 - Fix standalone js's make install again. r=mshal 2013-11-05 13:28:31 +09:00
moz.build Bug 931151 - Offer an alternative to NSPR when building the JS shell on POSIX platforms (r=jorendorff,ted) 2013-11-05 11:16:15 -08:00
NamespaceImports.h Bug 892643: Implement PersistentRooted<T>, an unrestricted-lifetime rooting type. r=terrence, jcoppeard 2013-11-04 13:35:08 -08:00
prmjtime.cpp Bug 898274 (part 1) - Fix ordering of various #include statements. r=benjamin. 2013-08-13 15:34:12 -07:00
prmjtime.h Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till. 2013-08-08 16:07:22 -07:00
README.html
symverscript.in
TraceLogging.cpp Bug 925584 - Remove some unnecessary jsapi.h inclusions from .cpp files. r=Ms2ger. 2013-10-10 15:22:35 -07: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>