gecko-dev/js/src
Tooru Fujisawa cfd0790e49 Bug 1664281 - Start encoding in GlobalHelperThreadState::finishSingleParseTask with !useOffThreadParseGlobal. r=tcampbell
Differential Revision: https://phabricator.services.mozilla.com/D89815
2020-09-10 19:32:19 +00:00
..
build
builtin Bug 1664182 - Add JS::SetUseOffThreadParseGlobal and js::UseOffThreadParseGlobal, replacing JS::ContextOptions::setUseOffThreadParseGlobal. r=tcampbell 2020-09-10 16:05:39 +00:00
ctypes
debugger
devtools
doc
ds
editline
frontend
fuzz-tests
gc Bug 1663938 - Assert that the collector doesn't trigger barriers during marking r=sfink 2020-09-10 18:10:00 +00:00
gdb
irregexp
jit Bug 1662146: Support bailing out from inlined funcall with no arguments r=jandem 2020-09-10 02:18:16 +00:00
jit-test Backed out changeset db6f7a903c64 (bug 1651725) for spidermonkey bustage on /basic.js. CLOSED TREE 2020-09-10 19:43:00 +03:00
jsapi-tests Bug 1663889 - Remove JS::CompileForNonSyntacticScope and set CompileOptions in caller. r=tcampbell 2020-09-10 15:00:36 +00:00
octane
proxy
rust
shell Bug 1664182 - Add JS::SetUseOffThreadParseGlobal and js::UseOffThreadParseGlobal, replacing JS::ContextOptions::setUseOffThreadParseGlobal. r=tcampbell 2020-09-10 16:05:39 +00:00
tests
threading
util
vm Bug 1664281 - Start encoding in GlobalHelperThreadState::finishSingleParseTask with !useOffThreadParseGlobal. r=tcampbell 2020-09-10 19:32:19 +00:00
vtune
wasm Backed out changeset db6f7a903c64 (bug 1651725) for spidermonkey bustage on /basic.js. CLOSED TREE 2020-09-10 19:43:00 +03:00
zydis
.gitignore
Cargo.toml
Makefile.in
NamespaceImports.h
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-standalone.mozbuild
jsapi.cpp Bug 1664182 - Add JS::SetUseOffThreadParseGlobal and js::UseOffThreadParseGlobal, replacing JS::ContextOptions::setUseOffThreadParseGlobal. r=tcampbell 2020-09-10 16:05:39 +00:00
jsapi.h
jsast.tbl
jsdate.cpp
jsdate.h
jsexn.cpp
jsexn.h
jsfriendapi.cpp
jsfriendapi.h
jslibmath.h
jsmath.cpp
jsmath.h
jsnum.cpp
jsnum.h
jspubtd.h
jsshell.msg
jstypes.h
lib.rs
make-source-package.py
make-source-package.sh
moz.build
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>