gecko-dev/js/src
Till Schneidereit 0320ba5a7a Bug 1000780 - Part 6: Fix nit in jsfun.h. r=jandem 2016-01-12 15:19:17 +01:00
..
asmjs Bug 1229399: Make {Get,Set}{Loc,Glo} opcodes type-independent; r=luke 2016-01-08 15:39:10 +01:00
builtin Backed out changeset 7bda46f81215 (bug 1225031) for spidermonkey test failures 2016-01-12 14:25:48 +01:00
ctypes Bug 1235923 - Part 1: Add C++ APIs for unbarriered pointer tracing; r=sfink 2015-12-30 10:10:29 -08:00
devtools Bug 489636 - Add a GC u-bench test for property tree splitting via deletion; r=sfink 2015-12-31 11:32:27 -08:00
doc Bug 470143 - Part 2/2 - TrackedOptimization changes for TypeOfNoSuchVar. r=shu 2015-12-15 13:42:56 -08:00
ds Bug 1238711 - Rename TraceableVector to GCVector; r=sfink 2015-12-28 11:45:13 -08:00
editline
frontend Bug 1000780 - Part 2: Emit JSOP_FUNAPPLY when using std_Function_apply in self-hosted code. r=jandem 2016-01-08 18:22:54 +01:00
gc Bug 1238711 - Rename TraceableVector to GCVector; r=sfink 2015-12-28 11:45:13 -08:00
gdb Bug 1235615 - Split JS::CompartmentOptions into JS::CompartmentCreationOptions that are immutable characteristics of a compartment, and JS::CompartmentBehaviors that may be changed after the compartment's been created. r=terrence 2015-12-28 16:15:52 -06:00
irregexp Bug 1236321 - Annotate intentional switch fallthroughs to suppress -Wimplicit-fallthrough warnings in js/. r=luke 2015-12-31 01:05:49 -07:00
jit Backed out changeset 7bda46f81215 (bug 1225031) for spidermonkey test failures 2016-01-12 14:25:48 +01:00
jit-test Bug 1000780 - Part 4: Remove Function#bind usage from async stack tests. r=fitzgen 2016-01-09 13:21:48 +01:00
jsapi-tests Bug 1238711 - Rename TraceableVector to GCVector; r=sfink 2015-12-28 11:45:13 -08:00
octane
perf
proxy Bug 1234025 - Part 2: Remove unused functions from ScriptedDirectProxyHandler.cpp. 2016-01-05 04:33:34 +09:00
shell Bug 1000780 - Part 3: Free up JSFunction flag. r=jwalden+bmo 2015-12-28 13:29:00 +01:00
tests Bug 1138906 - Fix invalid test in ecma_6/TypedArray/map-and-filter.js; r=evilpie 2016-01-07 16:20:28 -06:00
vm Bug 1000780 - Part 2: Emit JSOP_FUNAPPLY when using std_Function_apply in self-hosted code. r=jandem 2016-01-08 18:22:54 +01:00
vtune
Makefile.in Bug 1227384 - Move LOCAL_INCLUDES and DEFINES to moz.build in js/src/. r=mshal 2015-11-25 08:23:22 +09:00
NamespaceImports.h Bug 1238711 - Rename TraceableVector to GCVector; r=sfink 2015-12-28 11:45:13 -08:00
README.html
Y.js
aclocal.m4
configure.in Bug 1237151 (part 4) - Turn on -Wignored-qualifiers for C++ code. r=mshal. 2016-01-05 14:31:02 -08:00
dtoa.c
js-confdefs.h.in Bug 1231314 - Turn mozilla-config.h and js-confdefs.h into CONFIGURE_DEFINE_FILES. r=gps 2015-12-15 08:06:11 +09:00
js-config.h.in
js-config.in
js.msg Bug 1233249 - Refactor for-loop head parsing so that declaration-parsing code is responsible for detecting for-in/of behavior when a loop declaration is used. This makes declaration parsing slightly fuglier, but it simplifies for-loop parsing, makes it more amenable to future changes, and fixes a few bugs that were otherwise pretty hard to fix. r=shu 2015-12-18 02:24:46 -05:00
js.pc.in
jsalloc.cpp
jsalloc.h
jsapi.cpp Bug 1234702 - Part 3: Self-host default derived class constructor. (r=till) 2016-01-06 14:26:14 -08:00
jsapi.h Bug 1238711 - Rename TraceableVector to GCVector; r=sfink 2015-12-28 11:45:13 -08:00
jsarray.cpp Backed out changeset 7bda46f81215 (bug 1225031) for spidermonkey test failures 2016-01-12 14:25:48 +01:00
jsarray.h Bug 1137624 - Remove ArrayJoin code duplication, and use a correct alias set. r=jandem 2015-12-23 14:49:48 +00:00
jsast.tbl
jsatom.cpp Bug 1238195 - Odin: properly support duplicate exports (r=bbouvier) 2016-01-11 12:37:37 -06:00
jsatom.h Bug 1238195 - Odin: properly support duplicate exports (r=bbouvier) 2016-01-11 12:37:37 -06:00
jsatominlines.h
jsbool.cpp Bug 1055472 - Part 4: Make the Boolean constructor properly subclassable. (r=Waldo) 2015-11-13 18:22:21 -08:00
jsbool.h
jsboolinlines.h
jsbytecode.h
jsclist.h
jscntxt.cpp Bug 1236476: Report out of memory in ExpandErrorArgumentsVA; r=jandem 2016-01-05 10:24:05 +01:00
jscntxt.h Bug 1238711 - Rename TraceableVector to GCVector; r=sfink 2015-12-28 11:45:13 -08:00
jscntxtinlines.h Bug 1229642 - change to AsmJSActivation to WasmActivation (r=bbouvier) 2015-12-28 17:39:37 -06:00
jscompartment.cpp Bug 1237445 - Use GCHashMap for (CCW) WrapperMap, r=terrence 2016-01-05 17:36:50 -08:00
jscompartment.h Bug 1237445 - Use GCHashMap for (CCW) WrapperMap, r=terrence 2016-01-05 17:36:50 -08:00
jscompartmentinlines.h
jscpucfg.h
jsdate.cpp Bug 1055472 - Part 7: Make the Date constructor properly subclassable. (r=Waldo) 2015-11-13 18:22:21 -08:00
jsdate.h Bug 1055472 - Part 7: Make the Date constructor properly subclassable. (r=Waldo) 2015-11-13 18:22:21 -08:00
jsdtoa.cpp Bug 1236321 - Annotate intentional switch fallthroughs to suppress -Wimplicit-fallthrough warnings in js/. r=luke 2015-12-31 01:05:49 -07:00
jsdtoa.h
jsexn.cpp Bug 1235615 - Split JS::CompartmentOptions into JS::CompartmentCreationOptions that are immutable characteristics of a compartment, and JS::CompartmentBehaviors that may be changed after the compartment's been created. r=terrence 2015-12-28 16:15:52 -06:00
jsexn.h
jsfriendapi.cpp Bug 1235598 - Part 1: Add better SpiderMonkey API support for tracing in C++; r=sfink 2015-12-30 08:52:12 -08:00
jsfriendapi.h Bug 1227190 part 2. Change PrepareScriptEnvironmentAndInvoke to take a JSContext*, not a JSRuntime*. r=jorendorff 2015-12-04 09:51:04 -05:00
jsfun.cpp Bug 1000780 - Part 3: Free up JSFunction flag. r=jwalden+bmo 2015-12-28 13:29:00 +01:00
jsfun.h Bug 1000780 - Part 6: Fix nit in jsfun.h. r=jandem 2016-01-12 15:19:17 +01:00
jsfuninlines.h
jsgc.cpp Bug 1236321 - Annotate intentional switch fallthroughs to suppress -Wimplicit-fallthrough warnings in js/. r=luke 2015-12-31 01:05:49 -07:00
jsgc.h Bug 1235598 - Part 1: Add better SpiderMonkey API support for tracing in C++; r=sfink 2015-12-30 08:52:12 -08:00
jsgcinlines.h
jshashutil.h
jsiter.cpp Backed out changeset 7bda46f81215 (bug 1225031) for spidermonkey test failures 2016-01-12 14:25:48 +01:00
jsiter.h Bug 1225396 part 1 - Rename *Iterator stuff to *LegacyIterator. r=jorendorff 2015-12-09 22:54:10 -05:00
jskwgen.cpp
jslibmath.h
jslock.h
jsmath.cpp Bug 1234736 - IonMonkey: Recover Math.imul as an int32 operation. r=h4writer 2016-01-06 14:37:56 +00:00
jsmath.h Bug 1234736 - IonMonkey: Recover Math.imul as an int32 operation. r=h4writer 2016-01-06 14:37:56 +00:00
jsnativestack.cpp
jsnativestack.h
jsnum.cpp Bug 1233111 - Add a new ToUint8() function. r=efaust 2015-12-23 09:52:39 -08:00
jsnum.h
jsobj.cpp Backed out changeset 7bda46f81215 (bug 1225031) for spidermonkey test failures 2016-01-12 14:25:48 +01:00
jsobj.h Bug 1238711 - Rename TraceableVector to GCVector; r=sfink 2015-12-28 11:45:13 -08:00
jsobjinlines.h Bug 1055472 - Part 13: Make the ArrayBuffer constructor properly subclassable. (r=Waldo) 2015-11-13 18:22:22 -08:00
json.cpp Bug 1225298 - Use GC policy mechanism for sweeping hashtable-based collections. r=terrence 2015-11-17 11:33:15 -08:00
json.h
jsopcode.cpp Bug 1229642 - Split wasm::Module out of AsmJSModule (r=bbouvier) 2015-12-28 17:39:21 -06:00
jsopcode.h Bug 1216379 - Throw less cryptic error message when using a non-iterable in a for...of loop. r=jorendorff 2015-12-08 15:28:23 -05:00
jsopcodeinlines.h Bug 1228340: Get rid of the js_ prefix for CodeSpec, CodeName, NumCodeSpecs; r=jorendorff 2015-11-26 15:51:26 +01:00
jsprf.cpp Bug 1232100 - "Check charsWritten in non-debug builds.". r=jcoppeard 2015-12-16 06:54:00 +01:00
jsprf.h Bug 1232113 - "Make the format specifiers in JS_snprintf() invocations more portable". r=jdemooij 2015-12-12 18:41:00 +01:00
jspropertytree.cpp
jspropertytree.h
jsprototypes.h Bug 1160971 - Part 1: SIMD bool vector implementation for the interpreter. r=bbouvier 2015-12-22 14:17:12 -08:00
jspubtd.h
jsscript.cpp Bug 1234702 - Part 3: Self-host default derived class constructor. (r=till) 2016-01-06 14:26:14 -08:00
jsscript.h Bug 1233117 - Fix handling of eval in modules r=jandem 2016-01-11 17:11:39 +00:00
jsscriptinlines.h Bug 1229642 - Factor AsmJSLink.cpp into wasm/asm.js and consolidate AsmJS* into AsmJS.cpp (r=bbouvier) 2015-12-28 17:39:55 -06:00
jsshell.msg
jsstr.cpp Bug 1236321 - Annotate intentional switch fallthroughs to suppress -Wimplicit-fallthrough warnings in js/. r=luke 2015-12-31 01:05:49 -07:00
jsstr.h
jstypes.h
jsutil.cpp
jsutil.h
jsversion.h Bug 1220564 - Remove legacy generator comprehensions. (r=Waldo) 2016-01-06 16:02:15 -08:00
jswatchpoint.cpp Bug 1223918 - Use stable hashing for WatchPointMap; r=jonco 2015-11-12 13:44:06 -08:00
jswatchpoint.h Bug 1223918 - Use stable hashing for WatchPointMap; r=jonco 2015-11-12 13:44:06 -08:00
jsweakmap.cpp Bug 1223853 - Use stable hashing for ObjectValueMap; r=jonco 2015-11-12 13:43:30 -08:00
jsweakmap.h Bug 1223519 - Remove unused rekeying logic from WeakMap; r=sfink 2015-11-17 11:32:43 -08:00
jswin.h
jswrapper.h Bug 1125423 part 2 - Rename stopAtOuter argument to *Unwrap functions to stopAtWindowProxy. r=bz 2015-11-06 19:03:52 +01:00
make-source-package.sh Bug 1229729 - Make make-source-package.sh work on OS X. r=sfink 2015-12-01 23:41:45 +01:00
moz.build Bug 1238711 - Rename TraceableVector to GCVector; r=sfink 2015-12-28 11:45:13 -08:00
symverscript.in

README.html

<!-- 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>