gecko-dev/js/src
Jan de Mooij 0ef93c53db Bug 1547179 - Remove an assertion that's no longer valid because rt->profilingScripts no longer implies IsLCovEnabled. r=nbp
Differential Revision: https://phabricator.services.mozilla.com/D28952

--HG--
extra : moz-landing-system : lando
2019-05-03 12:28:57 +00:00
..
build
builtin Bug 1545537 - Add 'android' as a jsshell buildConfiguration property. r=sstangl 2019-05-01 22:06:53 +00:00
ctypes Bug 1052579 - Change all found JSString allocation sites to new arena r=sfink 2019-04-24 13:57:07 +00:00
devtools Bug 1547923 part 3. Add nsIGlobalObject::GetGlobalJSObjectPreserveColor(). r=mccr8 2019-05-02 21:23:35 +00:00
doc Bug 1545798 - Remove dead JIT TrackedOptimization kinds. r=mgaudet 2019-04-19 20:46:56 +00:00
ds
editline
frontend Bug 1547130 - Always use a tdzCache for class scopes. r=jorendorff 2019-05-01 22:11:41 +00:00
fuzz-tests Bug 1544383 - Fix WebAssembly class init in fuzzing target. r=bbouvier 2019-04-15 12:24:50 +00:00
gc Bug 1532838 - Set minimum nursery size to 256KB r=jonco 2019-05-06 03:16:06 +00:00
gdb Bug 1543455 - Rename JS::EvaluateUtf8 to JS::Evaluate and make it take |JS::SourceText<mozilla::Utf8Unit>&| for consistency with the UTF-16 form of the API. r=arai 2019-04-09 13:56:18 -07:00
irregexp Bug 1543642 - Part 5: Update SpiderMonkey to Unicode 12.1. r=jwalden 2019-04-23 16:46:07 +02:00
jit Bug 1548538: Refactor IsCacheableGetPropCall r=tcampbell 2019-05-03 19:15:03 +00:00
jit-test Bug 1548538: Refactor IsCacheableGetPropCall r=tcampbell 2019-05-03 19:15:03 +00:00
jsapi-tests Merge mozilla-inbound to mozilla-central. a=merge 2019-05-01 18:56:07 +03:00
octane
perf
proxy Bug 1522817 - Always expose returned target object of wrapper r=sfink 2019-04-29 16:06:09 +01:00
rust
shell Bug 1547131 - JS shell: show the stack for thrown values that are not Error objects. r=jorendorff 2019-05-02 11:12:27 +00:00
tests Merge inbound to mozilla-central. a=merge 2019-05-03 07:16:59 +03:00
threading
util Bug 1052579 - Remove arenaId member that was introduced in D25705 r=sfink 2019-05-02 16:31:53 +00:00
vm Bug 1547179 - Remove an assertion that's no longer valid because rt->profilingScripts no longer implies IsLCovEnabled. r=nbp 2019-05-03 12:28:57 +00:00
vtune
wasm Backed out 5 changesets (bug 1546138) for WasmTypes.h related spidermonkey builds bustages 2019-05-03 02:28:05 +03: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
build.rs
configure.in
dtoa.c
js-confdefs.h.in
js-config.h.in
js-config.mozbuild
js-cxxflags.mozbuild
js.msg Backed out 5 changesets (bug 1546138) for WasmTypes.h related spidermonkey builds bustages 2019-05-03 02:28:05 +03:00
jsapi.cpp Merge mozilla-inbound to mozilla-central a=merge 2019-04-26 12:46:15 +03:00
jsapi.h Bug 1543751 Part 1 - Add API to set the stack for a pending exception, r=sfink. 2019-04-15 13:39:07 -10:00
jsast.tbl
jsdate.cpp Bug 1544003 - Remove unnecessary #includes from JSObject-inl r=allstars.chh 2019-04-12 16:51:17 +01:00
jsdate.h
jsexn.cpp Bug 1052579 - Move StringBuffer::finishString() and update all usage sites r=sfink 2019-04-10 16:42:17 +00:00
jsexn.h
jsfriendapi.cpp Bug 1544003 - Remove unnecessary #includes from JSObject-inl r=allstars.chh 2019-04-12 16:51:17 +01:00
jsfriendapi.h Bug 1544882 - Make js::SourceHook load either UTF-8 or UTF-16 source text, depending upon the source type of the ScriptSource in question. r=arai 2019-04-12 17:20:18 -07:00
jslibmath.h
jsmath.cpp
jsmath.h
jsnum.cpp Bug 1052579 - Move StringBuffer::finishString() and update all usage sites r=sfink 2019-04-10 16:42:17 +00:00
jsnum.h
jspubtd.h Bug 1534967 - Part 3: remove Auto(Id)Vector. r=jonco 2019-04-08 10:47:25 +08:00
jsshell.msg
jstypes.h
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
lib.rs
make-source-package.sh
moz.build Bug 1542120 - Add js/public/Warnings.h for warning-related JSAPI. r=arai 2019-04-05 22:52:04 +00:00
old-configure.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>