gecko-dev/js/src
Wes Kocher 5f157c17dc Merge inbound to central, a=merge
MozReview-Commit-ID: 3JxUEFuinHY
2017-09-01 16:29:10 -07:00
..
build Bug 1390916 - Always use --track instead of --no-remove for install manifests; r=gps 2017-08-08 17:07:07 -04:00
builtin Merge inbound to central, a=merge 2017-09-01 16:29:10 -07:00
ctypes Bug 1394835 part 1 - Spit JS_DefineProperty* APIs in separate data/accessor overloads. r=evilpie,bz 2017-08-30 15:35:06 +02:00
devtools Bug 1277338 - Part 7: Export mozglue when JS_STANDALONE && !jemalloc; r=glandium,sfink 2017-08-31 15:59:13 -07:00
doc Bug 1383158 - Document that Debugger.Object methods may throw on exotic objects. r=tromey 2017-08-03 12:48:38 -07:00
ds Bug 1342023 - Part 1: Remove ProtectedReallocPolicy from PageProtectingVector. r=jandem 2017-07-26 08:53:00 -04:00
editline
frontend Bug 1391519 - Improve error message for for-await-of outside of async function/generator. r=till 2017-08-26 07:27:14 +09:00
gc Backed out changeset d7c36348c05b (bug 1392511) for valgrind failure on Linux x64 opt. r=backout 2017-08-31 19:16:58 +02:00
gdb Bug 1389510 part 3 - Remove getProperty/setProperty hooks from ClassOps. r=evilpie 2017-08-25 10:12:16 +02:00
irregexp Bug 1386680 - irregexp: reduce size of initial evaluation stack (post landing fixup). rs=jandem. 2017-08-08 16:10:59 +02:00
jit Merge inbound to central, a=merge 2017-09-01 16:29:10 -07:00
jit-test Bug 1395100 - Don't pass around a mutable Iter*. r=jandem 2017-09-01 15:24:14 -04:00
jsapi-tests Bug 1394835 part 1 - Spit JS_DefineProperty* APIs in separate data/accessor overloads. r=evilpie,bz 2017-08-30 15:35:06 +02:00
octane
perf Bug 1393790 part 1 - Remove JS_STUBGETTER and JS_STUBSETTER. r=jorendorff 2017-08-28 10:39:57 +02:00
proxy merge mozilla-inbound to mozilla-central. r=merge a=merge 2017-08-29 20:30:41 +02:00
shell Bug 1395100 - Don't pass around a mutable Iter*. r=jandem 2017-09-01 15:24:14 -04:00
tests Merge m-c to autoland, a=merge 2017-08-29 16:17:50 -07:00
threading
vm Merge inbound to central, a=merge 2017-09-01 16:29:10 -07:00
vtune Bug 1377651 Make vtune variable non-static so it may be used in a non-static function r=sstangl 2017-07-05 07:12:45 -05:00
wasm Bug 1351488 - Fix wasmExtractCode for tiering (r=lth) 2017-08-29 11:38:23 -05:00
.clang-format
.gitignore
aclocal.m4
build.rs Bug 1277338 - Part 7: Export mozglue when JS_STANDALONE && !jemalloc; r=glandium,sfink 2017-08-31 15:59:13 -07:00
Cargo.lock Bug 1376411 - Update libc to 0.2.24 to get support for more Tier3 platforms. r=rillian 2017-06-29 13:09:29 +00:00
Cargo.toml
configure.in
dtoa.c
js-confdefs.h.in
js-config.h.in
js.msg Bug 1391519 - Improve error message for for-await-of outside of async function/generator. r=till 2017-08-26 07:27:14 +09:00
jsalloc.cpp
jsalloc.h Bug 1379538 - Unresolved symbols when linking program to standalone SpiderMonkey. r=fitzgen 2017-07-11 10:59:00 -04:00
jsapi.cpp Bug 1394835 part 1 - Spit JS_DefineProperty* APIs in separate data/accessor overloads. r=evilpie,bz 2017-08-30 15:35:06 +02:00
jsapi.h Bug 1394835 part 1 - Spit JS_DefineProperty* APIs in separate data/accessor overloads. r=evilpie,bz 2017-08-30 15:35:06 +02:00
jsarray.cpp Bug 1389510 part 3 - Remove getProperty/setProperty hooks from ClassOps. r=evilpie 2017-08-25 10:12:16 +02:00
jsarray.h Bug 1383648 - Move the Array.prototype.sort entry point to self-hosted code. r=jandem 2017-08-16 14:08:37 +02:00
jsarrayinlines.h
jsast.tbl
jsatom.cpp Bug 1394084 - Remove "code" from jsprototype.h macros. r=luke 2017-08-26 17:54:14 +09:00
jsatom.h Bug 1394084 - Remove "code" from jsprototype.h macros. r=luke 2017-08-26 17:54:14 +09:00
jsatominlines.h Bug 1388375 - Don't unbox symbol objects in ValueToId. r=jandem 2017-08-09 11:36:47 +02:00
jsbool.cpp Bug 1379222 - Avoid [[Get]] for "prototype" property when calling builtin constructors. r=jandem 2017-07-10 04:55:54 -07:00
jsbool.h
jsboolinlines.h
jsbytecode.h
jscntxt.cpp Bug 1384683: Implement an higher-level frame iterator that can handle JS jit and wasm frames interleaving; r=jandem, r=luke 2017-08-16 16:37:31 +02:00
jscntxt.h Bug 1384683: Implement an higher-level frame iterator that can handle JS jit and wasm frames interleaving; r=jandem, r=luke 2017-08-16 16:37:31 +02:00
jscntxtinlines.h Bug 1098412 - Remove the legacy Iterator constructor. r=luke 2017-08-25 22:29:07 +09:00
jscompartment.cpp Bug 1394490 - Use global lexical this to initialize NSVO lexical r=jandem 2017-08-31 15:54:23 -04:00
jscompartment.h Bug 934669 - Warn about watch/unwatch. r=arai 2017-08-19 21:12:34 +02:00
jscompartmentinlines.h
jscpucfg.h
jsdate.cpp Bug 1381433 - Throw when Date.prototype.toString is called with non-Date object per ES2018 spec draft. r=till, r=bgrins 2017-07-17 03:43:15 -07:00
jsdate.h
jsdtoa.cpp
jsdtoa.h
jsexn.cpp Bug 1389510 part 3 - Remove getProperty/setProperty hooks from ClassOps. r=evilpie 2017-08-25 10:12:16 +02:00
jsexn.h
jsfriendapi.cpp Backed out 4 changesets (bug 1098412) for failing browser_webconsole_bug_632347_iterators_generators.js 2017-08-28 21:28:26 -07:00
jsfriendapi.h Backed out 4 changesets (bug 1098412) for failing browser_webconsole_bug_632347_iterators_generators.js 2017-08-28 21:28:26 -07:00
jsfun.cpp Bug 1393715 - Remove JSFUN_STUB_GSOPS and JS_FS. r=arai 2017-08-25 17:04:12 +02:00
jsfun.h Bug 1383775 - Clean up function toString/toSource code, remove remnants of source decompiler. r=anba 2017-07-25 13:22:11 +02:00
jsfuninlines.h
jsgc.cpp Bug 1384513 - Remove AutoAssertNoAlloc r=sfink 2017-09-01 10:13:51 +01:00
jsgc.h Bug 1393597 - Remove FinishIncrementalGC when merging compartments r=sfink 2017-08-31 10:27:04 +01:00
jsgcinlines.h Bug 1382275 - Refactor incremental sweeping to more clearly express the control flow r=sfink 2017-07-26 14:19:11 +01:00
jshashutil.h
jsiter.cpp Bug 1098412 - Remove the legacy Iterator constructor. r=luke 2017-08-25 22:29:07 +09:00
jsiter.h Bug 1098412 - Remove the legacy Iterator constructor. r=luke 2017-08-25 22:29:07 +09:00
jslibmath.h
jsmath.cpp Bug 1393790 part 1 - Remove JS_STUBGETTER and JS_STUBSETTER. r=jorendorff 2017-08-28 10:39:57 +02:00
jsmath.h
jsnativestack.cpp
jsnativestack.h
jsnspr.h
jsnum.cpp Bug 1272697 - Part 3: Implement ReadableStream and associated classes in the JS engine. r=shu 2017-07-29 16:47:26 +02:00
jsnum.h Bug 1272697 - Part 3: Implement ReadableStream and associated classes in the JS engine. r=shu 2017-07-29 16:47:26 +02:00
jsobj.cpp Bug 1394490 - Allow NSVO as global lexical |this| r=jandem 2017-08-31 16:35:24 -04:00
jsobj.h Backed out changeset b83ec454fdc8 (bug 1386534) on suspicion of letting cgc's js/src/jit-test/tests/modules/missing-export-offthread.js fail. r=backout 2017-08-25 20:50:23 +02:00
jsobjinlines.h Bug 1389510 part 2 - Remove checks for getProperty/setProperty hooks in SpiderMonkey. r=evilpie 2017-08-25 10:11:44 +02:00
json.cpp Bug 1393790 part 1 - Remove JS_STUBGETTER and JS_STUBSETTER. r=jorendorff 2017-08-28 10:39:57 +02:00
json.h
jsopcode.cpp Bug 1386685 part 2 - Change GetUseCount and GetDefCount to take pc instead of script + offset. r=tcampbell 2017-08-03 16:06:42 +02:00
jsopcode.h Bug 1386685 - Clean up and inline StackDefs and StackUses functions. r=tcampbell 2017-08-03 11:21:07 +02:00
jsopcodeinlines.h Bug 1386685 part 2 - Change GetUseCount and GetDefCount to take pc instead of script + offset. r=tcampbell 2017-08-03 16:06:42 +02:00
jsprf.cpp Bug 1381727 (part 1) - Remove JS_smprintf_free(). r=sfink. 2017-07-25 09:09:23 +10:00
jsprf.h Bug 1381727 (part 1) - Remove JS_smprintf_free(). r=sfink. 2017-07-25 09:09:23 +10:00
jsprototypes.h Bug 1098412 - Remove the legacy Iterator constructor. r=luke 2017-08-25 22:29:07 +09:00
jspubtd.h Bug 1394084 - Remove "code" from jsprototype.h macros. r=luke 2017-08-26 17:54:14 +09:00
jsscript.cpp Bug 1389510 part 3 - Remove getProperty/setProperty hooks from ClassOps. r=evilpie 2017-08-25 10:12:16 +02:00
jsscript.h Bug 1392225 - StartIncrementalEncoder should not report encoding failures. r=luke 2017-08-21 16:17:06 +00:00
jsscriptinlines.h
jsshell.msg
jsstr.cpp Bug 1389510 part 3 - Remove getProperty/setProperty hooks from ClassOps. r=evilpie 2017-08-25 10:12:16 +02:00
jsstr.h Bug 1383647 - Part 1: Use direct vm calls for String.prototype.toLower/UpperCase. r=jandem 2017-08-01 11:35:30 -07:00
jstypes.h
jsutil.cpp Bug 1390476 - Lock helper thread state while changing simulated OOM thread r=lth 2017-08-23 09:37:30 +01:00
jsutil.h
jsversion.h
jswatchpoint.cpp
jswatchpoint.h
jsweakmap.cpp Bug 1380030 - Simplify and refactor use of isMarked*() methods r=sfink 2017-07-12 18:31:55 +01:00
jsweakmap.h Bug 1069666 - Implement WeakSet as proper class instead of delegating to WeakMap. r=till 2017-08-28 21:28:34 +02:00
jswin.h
jswrapper.h Bug 1389776 - Use a proxy wrapper object for CTypes arrays instead of getProperty/setProperty Class hooks. r=jorendorff 2017-08-16 13:18:57 +02:00
lib.rs
make-source-package.sh Bug 1379540 - Add generated configure files to JS source tarball. r=glandium 2017-07-25 12:30:09 -07:00
Makefile.in Bug 1379540 - Add generated configure files to JS source tarball. r=glandium 2017-07-25 12:30:09 -07:00
moz.build Bug 1389471 - Build config + testing predicate for wasm thread functionality, v2. r=bbouvier 2017-08-11 14:47:15 +02:00
NamespaceImports.h
old-configure.in Bug 1277338 - Part 7: Export mozglue when JS_STANDALONE && !jemalloc; r=glandium,sfink 2017-08-31 15:59:13 -07: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>