gecko/js/src
2016-01-27 12:50:00 -05:00
..
asmjs Bug 1242949: Add explicit keyword to WasmAstBlock ctor; r=bustage 2016-01-27 18:36:16 +01:00
builtin Bug 1234985 - BaldrMonkey: testing-only (not content visible) wasm hello world (r=bbouvier) 2016-01-25 13:24:41 -06:00
ctypes Bug 1239601 - improve the UniquePtr situation (r=jorendorff) 2016-01-15 18:26:06 -06: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 1079844 - Refer to "detaching" instead of "neutering" of ArrayBuffers, in JIT optimization tracking code. r=jandem 2016-01-24 23:41:38 -08:00
ds Bug 1238711 - Rename TraceableVector to GCVector; r=sfink 2015-12-28 11:45:13 -08:00
editline
frontend merge mozilla-inbound to mozilla-central a=merge 2016-01-27 11:59:49 +01:00
gc Backout 27a5ca4a5e74883481ff4fb1bd330d6af41312c9 (Bug 1224038) for bustage on a CLOSED TREE. 2016-01-26 17:25:04 -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 cdd0f1f00cda (bug 1241087) for leaking memory on win x64 a=backout 2016-01-27 12:50:00 -05:00
jit-test Bug 1243373: Ensure all declared functions are defined; r=luke 2016-01-27 15:30:08 +01:00
jsapi-tests Bug 1079844 - Rename isNeutered() to isDetached(), and rename isNeutered() on views to hasDetachedBuffer(). r=sfink 2016-01-24 23:41:40 -08:00
octane
perf Bug 1239601 - improve the UniquePtr situation (r=jandem) 2016-01-15 18:26:20 -06:00
proxy Bug 1079844 - Rename scattered bits of 'neuter' terminology to detachment terminology. r=jandem 2016-01-25 14:01:19 -08:00
shell Backed out changeset cdd0f1f00cda (bug 1241087) for leaking memory on win x64 a=backout 2016-01-27 12:50:00 -05:00
tests Bug 715181 - Self-host Array.sort; r=till 2016-01-24 19:32:22 -06:00
vm Bug 1237445 - Rekey ArrayObjectTable, r=terrence 2016-01-20 09:27:02 -08:00
vtune
aclocal.m4
configure.in Bug 1242722 - Remove clang-cl command-line argument workarounds; r=glandium 2016-01-25 21:34:57 -05: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 1234985 - BaldrMonkey: testing-only (not content visible) wasm hello world (r=bbouvier) 2016-01-25 13:24:41 -06:00
js.pc.in
jsalloc.cpp
jsalloc.h
jsapi.cpp Bug 1236104 - Revert pre-load cache compilation and tiny script limit. r=yury 2016-01-25 16:00:34 -06:00
jsapi.h Bug 1079844 - Convert the JS_NeuterArrayBufferObject API to detachment terminology. r=till 2016-01-25 14:01:13 -08:00
jsarray.cpp Bug 715181 - Self-host Array.sort; r=till 2016-01-24 19:32:22 -06: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 1239601 - improve the UniquePtr situation (r=jorendorff) 2016-01-15 18:26:06 -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 1239601 - improve the UniquePtr situation (r=jandem) 2016-01-15 18:26:20 -06: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 1233178 - Move ScriptCounts allocation outside the HashMap. r=bhackett 2016-01-27 10:19:41 +00:00
jscompartment.h Bug 1079844 - Rename CheckForNeuteredTypedObject and the flag underlying it to use detachment terminology. r=jandem 2016-01-24 23:41:39 -08:00
jscompartmentinlines.h
jscpucfg.h
jsdate.cpp Bug 1240283 - Slim down JSDate instances by not caching cheaply-computed values. r=Waldo 2016-01-19 22:45:36 +01: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 1233734 - Ensure that identifiers are always (eventually) initialized in the REPL; r=shu 2016-01-21 12:54:29 -06:00
jsfriendapi.h Bug 1079844 - Rename JS_IsNeuteredArrayBufferObject to JS_IsDetachedArrayBufferObject. r=till 2016-01-25 14:01:13 -08:00
jsfun.cpp Bug 1234845 part 5 - Rename isNonEvalFunctionFrame to isFunctionFrame and use the script instead of flags. r=luke 2016-01-18 10:22:01 +01:00
jsfun.h Bug 1236519 - Ensure JSFunction::isDerivedClassConstructor properly handles lazy self-hosted functions. r=till a=bustage 2016-01-13 10:33:38 -08:00
jsfuninlines.h
jsgc.cpp Backout f8c3e1e0e597515ee78c04d561a88669054710d9 (Bug 1224038) for bustage on a CLOSED TREE. 2016-01-26 17:23:43 -08: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 Bug 1225031 - get rid of the AnyTypedArray abstraction (updated). r=waldo 2016-01-12 14:47:51 +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 1167248 - Cross compilation fixup. 2016-01-21 13:40:07 +01: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 Bug 1234845 part 5 - Rename isNonEvalFunctionFrame to isFunctionFrame and use the script instead of flags. r=luke 2016-01-18 10:22:01 +01:00
jsobj.h Bug 1228327 - Fix bogus assert in GenerateDenseElementHole, add some comments. r=bhackett 2016-01-13 11:15:15 +01: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
json.h
jsopcode.cpp Bug 1239601 - improve the UniquePtr situation (r=jandem) 2016-01-15 18:26:20 -06:00
jsopcode.h Bug 1239601 - improve the UniquePtr situation (r=jandem) 2016-01-15 18:26:20 -06: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 1238679 - Rename s/SIMD/Simd/ in type and function names. r=bbouvier 2016-01-20 12:50:06 -08:00
jspubtd.h
jsscript.cpp Bug 1233178 - Move ScriptCounts allocation outside the HashMap. r=bhackett 2016-01-27 10:19:41 +00:00
jsscript.h Bug 1233178 - Move ScriptCounts allocation outside the HashMap. r=bhackett 2016-01-27 10:19:41 +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 1239601 - improve the UniquePtr situation (r=jandem) 2016-01-15 18:26:20 -06:00
jsstr.h Bug 1239601 - improve the UniquePtr situation (r=jandem) 2016-01-15 18:26:20 -06:00
jstypes.h
jsutil.cpp Bug 757969 - use __thread in ThreadLocal; r=froydnj 2016-01-22 10:33:44 -07:00
jsutil.h Bug 1234985 - BaldrMonkey: testing-only (not content visible) wasm hello world (r=bbouvier) 2016-01-25 13:24:41 -06:00
jsversion.h Bug 1220564 - Remove legacy generator comprehensions. (r=Waldo) 2016-01-06 16:02:15 -08:00
jswatchpoint.cpp
jswatchpoint.h
jsweakmap.cpp
jsweakmap.h Bug 1101817 - Part 6: Remove Weak{Map,Set}.prototype.clear. r=evilpie 2016-01-12 20:04:11 +01:00
jswin.h
jswrapper.h
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
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
moz.build Bug 1234985 - BaldrMonkey: testing-only (not content visible) wasm hello world (r=bbouvier) 2016-01-25 13:24:41 -06:00
NamespaceImports.h Bug 1239601 - improve the UniquePtr situation (r=jandem) 2016-01-15 18:26:20 -06:00
README.html
symverscript.in
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>