gecko-dev/js/src
2017-12-12 15:21:00 -06:00
..
build Bug 1411712 - Move symbol version script ldflags for js to moz.build r=mshal 2017-11-02 11:47:48 -07:00
builtin Bug 1424394 - Split TokenStream in Parser across Parser and ParserBase. r=arai 2017-12-05 23:58:47 -08:00
ctypes
devtools Bug 1424394 - Split TokenStream in Parser across Parser and ParserBase. r=arai 2017-12-05 23:58:47 -08:00
doc Bug 1162614 - fix incorrect function name in Debugger.Script.md; DONTBUILD, r=tromey 2017-12-05 08:37:12 -07:00
ds Merge inbound to mozilla-central r=merge a=merge 2017-11-10 11:55:43 +02:00
editline
frontend Bug 1424946 - Move GeneralParser::processExport into a baser class. r=arai 2017-12-12 15:21:00 -06:00
gc Bug 1420399 - Rename GCRuntime::hasBufferedGrayRoots(). r=pbone 2017-12-13 09:49:05 -06:00
gdb Bug 1394734 - Replace CONFIG['MSVC'] by CONFIG['CC_TYPE'] r=glandium 2017-12-08 13:46:13 +01:00
irregexp Bug 1424394 - Split TokenStream in Parser across Parser and ParserBase. r=arai 2017-12-05 23:58:47 -08:00
jit Bug 1393011 - Fix non-debug build of Assembler-arm. r=bustage 2017-12-13 17:42:46 -06:00
jit-test Bug 1416727 followup - Add try-catch to ignore overrecursion exceptions. r=red 2017-12-13 17:59:44 -06:00
jsapi-tests Bug 1394734 - Replace CONFIG['MSVC'] by CONFIG['CC_TYPE'] r=glandium 2017-12-08 13:46:13 +01:00
octane
perf
proxy Bug 1420961 part 4 - Add missing markId call to Reify function. r=jonco 2017-11-29 11:42:14 +01:00
shell Bug 1394734 - Replace CONFIG['MSVC'] by CONFIG['CC_TYPE'] r=glandium 2017-12-08 13:46:13 +01:00
tests Bug 1415882 - Part 3: Update test262 exclusion list. r=evilpie 2017-12-12 13:38:27 -06:00
threading Bug 1414310 - Assert that JS threading APIs are only used between JS_Initialize and JS_Shutdown r=luke 2017-11-09 15:00:47 +00:00
vm Bug 1418966 - Pin TypeScripts better when doing Baseline debug mode OSR. r=bhackett 2017-12-13 14:13:43 -06:00
vtune Bug 1407682 - Part 11: Remove unnecessary inclusion of jsgc.h. r=jonco 2017-10-24 18:05:57 +08:00
wasm Merge mozilla-inbound to mozilla-central r=merge a=merge 2017-12-14 11:54:15 +02:00
.clang-format
.gitignore
aclocal.m4
build.rs
Cargo.lock Bug 1424096 - Consolidate on a single version of each vendored Rust crate r=rillian 2017-12-08 10:24:40 -08:00
Cargo.toml
configure.in
dtoa.c
js-confdefs.h.in
js-config.h.in
js.msg Bug 1420420 - Update module implementation to match latest spec regarding handling of instantiation errors r=anba r=baku r=jgraham 2017-12-06 14:54:58 +00:00
jsalloc.cpp
jsalloc.h
jsapi.cpp Bug 1424394 - Split TokenStream in Parser across Parser and ParserBase. r=arai 2017-12-05 23:58:47 -08:00
jsapi.h Bug 1420420 - Update module implementation to match latest spec regarding handling of instantiation errors r=anba r=baku r=jgraham 2017-12-06 14:54:58 +00:00
jsarray.cpp Bug 1376572 - Add a lookup cache for Array[@@species]. r=jandem 2017-12-05 04:25:54 -08:00
jsarray.h Bug 1376572 - Add a lookup cache for Array[@@species]. r=jandem 2017-12-05 04:25:54 -08:00
jsarrayinlines.h
jsast.tbl Bug 1416793 - Part 1: Remove array and generator comprehension leftovers. r=jandem 2017-11-16 01:12:14 -08:00
jsatom.cpp
jsatom.h Bug 1417123 - Move barrier function declarations to public/HeapAPI.h r=sfink 2017-11-16 12:21:07 +00:00
jsatominlines.h Bug 1417123 - Move barrier function declarations to public/HeapAPI.h r=sfink 2017-11-16 12:21:07 +00:00
jsbool.cpp
jsbool.h
jsboolinlines.h
jsbytecode.h
jscntxt.cpp Bug 1419224 - Baldr: make signal-during-signal detection more robust (r=lth) 2017-11-27 17:56:31 -06:00
jscntxt.h Backed out 1 changesets (bug 1421319) for Spidermonkey build bustage e.g. ecma_6/TypedArray/map-and-filter.js r=backout a=backout on a CLOSED TREE 2017-11-30 04:15:27 +02:00
jscntxtinlines.h Bug 1406570 - "Root" compartment while entering it, r=jonco 2017-10-11 17:19:24 -07:00
jscompartment.cpp Bug 1376572 - Add a lookup cache for Array[@@species]. r=jandem 2017-12-05 04:25:54 -08:00
jscompartment.h Bug 1376572 - Add a lookup cache for Array[@@species]. r=jandem 2017-12-05 04:25:54 -08:00
jscompartmentinlines.h
jscpucfg.h
jsdate.cpp Bug 1406993 - Add a new equivalent year mapping table for years after 2037. r=Waldo 2017-11-03 03:12:47 -07:00
jsdate.h
jsdtoa.cpp Bug 1422362: Remove unused parameters from various methods in js/src. r=tcampbell 2017-12-01 10:04:31 -08:00
jsdtoa.h Bug 1422362: Remove unused parameters from various methods in js/src. r=tcampbell 2017-12-01 10:04:31 -08:00
jsexn.cpp
jsexn.h
jsfriendapi.cpp Bug 1421355, part 6 - Remove JS::NotifyDidPaint. r=jonco 2017-11-28 10:04:23 -08:00
jsfriendapi.h Bug 1420961 part 3 - Remove JSITER_ENUMERATE and flags arguments. r=evilpie 2017-11-29 11:41:41 +01:00
jsfun.cpp Bug 1319203: Change the layout of JSFunction to support wasm optimized entries; r=jandem 2017-12-06 17:06:34 +01:00
jsfun.h Bug 1319203: Change the layout of JSFunction to support wasm optimized entries; r=jandem 2017-12-06 17:06:34 +01:00
jsfuninlines.h
jsgc.cpp Bug 1420399 - Rename GCRuntime::hasBufferedGrayRoots(). r=pbone 2017-12-13 09:49:05 -06:00
jsgc.h Bug 1413635 - Generate AllocKind enum automatically and include more information in the definition macro r=sfink 2017-11-02 11:34:22 +00:00
jsgcinlines.h Bug 1412912 - Remove unnecessary includes in jsgc.h and remove inclusion of jsgc.h from Statistics.h r=sfink 2017-11-01 15:37:56 +00:00
jshashutil.h
jsiter.cpp Bug 1420961 part 3 - Remove JSITER_ENUMERATE and flags arguments. r=evilpie 2017-11-29 11:41:41 +01:00
jsiter.h Bug 1420961 part 3 - Remove JSITER_ENUMERATE and flags arguments. r=evilpie 2017-11-29 11:41:41 +01:00
jslibmath.h
jsmath.cpp
jsmath.h
jsnativestack.cpp Bug 1423287 - Simplify NtCurrentTeb() handling. r=njn 2017-12-06 09:36:00 -05:00
jsnativestack.h
jsnspr.h
jsnum.cpp Bug 1422362: Remove unused parameters from various methods in js/src. r=tcampbell 2017-12-01 10:04:31 -08:00
jsnum.h
jsobj.cpp Bug 1423875. Fix InitializePropertiesFromCompatibleNativeObject to get the shape of the resulting object right. r=jandem 2017-12-08 10:36:58 -05:00
jsobj.h Bug 1417123 - Move barrier function declarations to public/HeapAPI.h r=sfink 2017-11-16 12:21:07 +00:00
jsobjinlines.h Bug 1412912 - Move *Forwarded and related APIs to Marking.h r=sfink 2017-11-01 15:37:55 +00:00
json.cpp
json.h
jsopcode.cpp Bug 1412912 - Move *Forwarded and related APIs to Marking.h r=sfink 2017-11-01 15:37:55 +00:00
jsopcode.h Bug 1409295 part 5 - Use memcpy on little endian platforms. r=luke 2017-10-19 13:53:30 +01:00
jsopcodeinlines.h
jsprf.cpp
jsprf.h
jsprototypes.h Bug 1413867 - Remove StopIteration object. r=evilpie 2017-11-05 19:01:04 +01:00
jspubtd.h Bug 1417844 part 7 - Remove JSVersion. r=evilpie 2017-12-05 11:07:52 +01:00
jsscript.cpp Bug 1418894 - Use marker values in XDR data to detect corruption. r=nbp 2017-11-29 16:40:32 -05:00
jsscript.h Bug 1418966 - Pin TypeScripts better when doing Baseline debug mode OSR. r=bhackett 2017-12-13 14:13:43 -06:00
jsscriptinlines.h Bug 1415853 - Use a trampoline for JIT -> interpreter calls. r=bbouvier 2017-11-20 20:54:32 +01:00
jsshell.msg
jsstr.cpp Backed out 2 changesets (bug 1410132) for bustage, e.g. in spidermonkey non-unified at js/src/threading/Mutex.cpp:47: 'JS_IsInitialized' was not declared in this scope. r=backout on a CLOSED TREE 2017-11-07 20:04:43 +02:00
jsstr.h
jstypes.h Bug 1419002 - Extend JS_BROKEN_GCC_ATTRIBUTE_WARNING up to GCC 8.0 r=Waldo 2017-11-28 10:47:49 +00:00
jsutil.cpp Backed out 2 changesets (bug 1410132) for bustage, e.g. in spidermonkey non-unified at js/src/threading/Mutex.cpp:47: 'JS_IsInitialized' was not declared in this scope. r=backout on a CLOSED TREE 2017-11-07 20:04:43 +02:00
jsutil.h Bug 1414310 - Assert that JS threading APIs are only used between JS_Initialize and JS_Shutdown r=luke 2017-11-09 15:00:47 +00:00
jsversion.h Bug 1228841 - Part 4: Remove conditional catch and fix Reflect.parse tests for conditional catch. r=jwalden,evilpie 2017-12-05 09:42:40 +09:00
jsweakmap.cpp Bug 1417123 - Move barrier function declarations to public/HeapAPI.h r=sfink 2017-11-16 12:21:07 +00:00
jsweakmap.h Backed out 1 changesets (bug 1421319) for Spidermonkey build bustage e.g. ecma_6/TypedArray/map-and-filter.js r=backout a=backout on a CLOSED TREE 2017-11-30 04:15:27 +02:00
jswin.h
jswrapper.h Bug 638054 - Remove the guts of the watch/unwatch implementation. r=jorendorff 2017-10-24 20:48:14 +02:00
lib.rs
make-source-package.sh Backed out 5 changesets (bug 1366083, bug 1410528, bug 1417267) for failing Spidermonkey jstests and jit-tests r=backout on a CLOSED TREE 2017-11-17 10:13:38 +02:00
Makefile.in
moz.build Bug 1394734 - Simplify various corner cases r=glandium 2017-12-07 22:10:19 +01:00
NamespaceImports.h
old-configure.in Bug 1422859 - move MOZILLA_*VERSION setting into moz.configure; r=chmanchester 2017-12-04 11:19:25 -05:00
README.html
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>