gecko-dev/js/src
Tooru Fujisawa 5e4375de8d Bug 1557056 - Use extended function only for self-hosted function that needs to store canonical name in extended slot. r=jandem
Differential Revision: https://phabricator.services.mozilla.com/D34983

--HG--
extra : moz-landing-system : lando
2019-06-19 20:00:24 +00:00
..
build Bug 1549954 - Link in-tree brotli library if BinAST is enabled. r=glandium 2019-05-21 20:35:25 +00:00
builtin Bug 1557056 - Use extended function only for self-hosted function that needs to store canonical name in extended slot. r=jandem 2019-06-19 20:00:24 +00:00
ctypes Bug 1395509 - Track malloc memory associated with ctypes objects r=jandem 2019-06-10 16:11:25 +01:00
devtools Bug 1547923 part 3. Add nsIGlobalObject::GetGlobalJSObjectPreserveColor(). r=mccr8 2019-05-02 21:23:35 +00:00
doc Bug 1552430 - Fix some typos using codespell trunk r=ahal 2019-05-17 15:56:50 +00:00
ds Bug 1476845 - Define the LifoAlloc poison values in jsutil.h r=jonco 2019-06-14 05:37:17 +00:00
editline
frontend Bug 1557056 - Use extended function only for self-hosted function that needs to store canonical name in extended slot. r=jandem 2019-06-19 20:00:24 +00:00
fuzz-tests Bug 1547682: Reenable wasm fuzzing for cranelift; r=decoder 2019-04-29 13:05:15 +02:00
gc Backed out 2 changesets (bug 1560064) for causing build bustages. CLOSED TREE 2019-06-19 11:18:56 +03:00
gdb Backed out 7 changesets (bug 1401624) for build bustages at MacroAssembler-inl.h on a CLOSED TREE 2019-06-12 20:47:42 +03:00
irregexp Bug 1395509 - Track malloc memory used by RegExp bytecode r=jandem 2019-06-12 16:21:18 +01:00
jit Bug 1557056 - Use extended function only for self-hosted function that needs to store canonical name in extended slot. r=jandem 2019-06-19 20:00:24 +00:00
jit-test Bug 1557928 - Use the UnmarkGray tracekind for AssertNonGrayTracer r=jonco 2019-06-13 06:06:11 +00:00
jsapi-tests Bug 1557664 - Add AutoHoldPrincipals RAII class and use it to fix a leak in the JS shell. r=jwalden 2019-06-11 10:11:21 +00:00
octane
perf Bug 1395509 - Track malloc memory used by PerfMesaurement objects r=sfink 2019-06-12 16:22:13 +01:00
proxy Bug 1488858 - Rename JSMSG_NOT_NONNULL_OBJECT to JSMSG_OBJECT_REQUIRED. r=jorendorff 2019-06-06 14:25:44 +02:00
rust
shell Bug 1559275 - Remove unused CompileOptions::allowSyntaxParser. r=jandem 2019-06-19 00:27:41 +00:00
tests Bug 1558538 - BigInt-to-Number conversion is rather borken. r=wingo 2019-06-19 18:39:02 +00:00
threading Bug 1395509 - Split out zone memory allocation framework into separate base class r=sfink 2019-05-30 18:52:42 +01:00
util Bug 1556646 part 1 - Remove PosixNSPR remnants. r=sfink 2019-06-07 15:47:00 +00:00
vm Bug 1557056 - Use extended function only for self-hosted function that needs to store canonical name in extended slot. r=jandem 2019-06-19 20:00:24 +00:00
vtune
wasm Bug 1558556 - swap cx->helperThread() nullchecks to check for js::ContextKind::HelperThread r=tcampbell 2019-06-14 17:58:28 +00:00
zydis Bug 1539806 - Incorporate the Zydis disassembler source. r=froydnj, r=mhoye 2019-04-02 10:44:54 +02:00
.gitignore
Cargo.toml
Makefile.in
NamespaceImports.h Bug 1534967 - Part 3: remove Auto(Id)Vector. r=jonco 2019-04-08 10:47:25 +08:00
README.html
Y.js
aclocal.m4 Bug 1557583 - Add a --enable-frame-pointers option. r=chmanchester 2019-06-12 22:30:46 +00:00
build.rs
configure.in
dtoa.c
js-confdefs.h.in
js-config.h.in
js-config.mozbuild
js-cxxflags.mozbuild
js.msg Bug 1533308 - Report rejected non-exception objects to the console, r=kmag,arai. 2019-06-11 11:53:27 -10:00
jsapi.cpp Bug 1559275 - Add TransistiveCompileOptions::forceFullParse. r=jandem 2019-06-19 01:43:06 +00:00
jsapi.h Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-06-13 00:44:53 +03:00
jsast.tbl
jsdate.cpp Bug 1551893: Require strict zero-pad for time element if T exists r=arai 2019-05-16 18:02:58 +00:00
jsdate.h
jsexn.cpp Bug 1533308 - Report rejected non-exception objects to the console, r=kmag,arai. 2019-06-11 11:53:27 -10:00
jsexn.h
jsfriendapi.cpp Bug 1548729 - Move SourceHook-related functionality into its own public header for reduced dependencies. r=jorendorff 2019-05-10 23:38:56 +00:00
jsfriendapi.h Bug 1556467 - Add telemetry for number of GC slices on the main thread r=sfink 2019-06-04 18:08:41 +01:00
jslibmath.h
jsmath.cpp
jsmath.h
jsnum.cpp Bug 1558556 - swap cx->helperThread() nullchecks to check for js::ContextKind::HelperThread r=tcampbell 2019-06-14 17:58:28 +00:00
jsnum.h Bug 1421400 - Part 3: Implement "Numeric Separator" stage 3 proposal. r=jorendorff 2019-05-05 09:56:09 +00:00
jspubtd.h Bug 1534967 - Part 3: remove Auto(Id)Vector. r=jonco 2019-04-08 10:47:25 +08:00
jsshell.msg
jstypes.h Bug 1531626 - (part 4) Always round-nearest for nursery size r=jonco 2019-03-22 05:15:38 +00:00
jsutil.cpp Bug 1052579 - Change all found JSString allocation sites to new arena r=sfink 2019-04-24 13:57:07 +00:00
jsutil.h Bug 1476845 - Define the LifoAlloc poison values in jsutil.h r=jonco 2019-06-14 05:37:17 +00:00
lib.rs
make-source-package.sh Backed out 13 changesets (bug 1492121) for valgrind bustage 2019-06-06 04:01:24 +03:00
moz.build Backed out 4 changesets (bug 1545582) for causing build bustages in SavedStacks.cpp CLOSED TREE 2019-06-15 02:19:08 +03:00
old-configure.in Bug 1557583 - Add a --enable-frame-pointers option. r=chmanchester 2019-06-12 22:30:46 +00:00

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>