gecko-dev/js/src
Tooru Fujisawa ef88cd8c25 Bug 1535206 - Part 1: Remove BinASTTokenReaderMultipart::readMaybePropertyKey. r=Yoric
Depends on D23440

Differential Revision: https://phabricator.services.mozilla.com/D23441

--HG--
extra : moz-landing-system : lando
2019-03-14 07:50:00 +00:00
..
build
builtin Backed out changeset a14fcb229ddd (bug 1495072) for causing bug 1534806. 2019-03-12 20:20:02 -04:00
ctypes Bug 1534437 - Make JSFlatString::new_ always take ownership of the |chars| passed to it, and add the same sensible ownership handling to a bunch of callers. r=tcampbell 2019-03-08 22:28:08 -08:00
devtools Bug 1532883 - Add missing configuration for nasm on hazard and plain builds. r=dmajor 2019-03-07 14:44:32 +00:00
doc
ds
editline
frontend Bug 1535206 - Part 1: Remove BinASTTokenReaderMultipart::readMaybePropertyKey. r=Yoric 2019-03-14 07:50:00 +00:00
fuzz-tests Bug 1505343 - Part 3: Rename Bin{Kind,Field,Variant} to BinAST{Kind,Field,Variant}. r=Yoric 2019-03-13 04:30:22 +00:00
gc Bug 1534516 - Use correct AutoGCRooter::Tag in BinASTParserBase. r=Yoric 2019-03-12 09:16:00 +00:00
gdb
irregexp Bug 1530396 - Move the AutoFlushICache to the Linker. r=mgaudet 2019-02-27 18:00:02 +00:00
jit Bug 1530937 part 17 - Remove now unused VMFunction code. r=nbp 2019-03-12 14:47:50 +00:00
jit-test Bug 1535175 - Throw error for empty string in readIdentifierName. r=Yoric 2019-03-14 06:48:43 +00:00
jsapi-tests Bug 1535175 - Throw error for empty string in readIdentifierName. r=Yoric 2019-03-14 06:48:43 +00:00
octane
perf
proxy Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-03-01 15:14:00 +02:00
rust Bug 1532689: Use Cranelift features to include only architecture-specific support; r=froydnj 2019-03-11 13:09:58 +00:00
shell Bug 1505343 - Part 2: Rename BinToken* to BinASTToken*. r=Yoric 2019-03-13 04:30:04 +00:00
tests Backed out changeset a14fcb229ddd (bug 1495072) for causing bug 1534806. 2019-03-12 20:20:02 -04:00
threading Bug 1523969 part 13 - Move method definition inline comments to new line in 'js/'. r=jorendorff 2019-02-25 16:09:04 -06:00
util Bug 1533969 - Fix build error with newer glibc. r=nbp 2019-03-11 19:28:37 +00:00
vm Bug 1530364 - Ensure compartment always has a live global when creating a new global in it. r=bzbarsky 2019-03-13 08:24:36 +00:00
vtune
wasm Bug 1533744 - Properly gate anyref. r=luke 2019-03-11 16:29:11 +00:00
.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 Bug 1528074 - Remove MSVC warning flags that clang-cl doesn't understand r=chmanchester 2019-03-13 20:19:08 +00:00
js.msg Bug 1527900 - Throw exception if StructuredClone sees bigint in realm without bigint r=jandem 2019-03-01 10:01:33 +00:00
jsapi.cpp Backed out changeset 2b5f40fc403b (bug 1529758) for FullParseHandler build bustages CLOSED TREE 2019-03-12 19:28:03 +02:00
jsapi.h Backed out changeset 2b5f40fc403b (bug 1529758) for FullParseHandler build bustages CLOSED TREE 2019-03-12 19:28:03 +02:00
jsast.tbl
jsdate.cpp
jsdate.h
jsexn.cpp Bug 1530641: Use hasScript() to check if a script exists; r=bhackett 2019-02-26 14:45:18 +00:00
jsexn.h
jsfriendapi.cpp
jsfriendapi.h Bug 1532005 - Implement a new js/public/ArrayBuffer.h header to centralize functionality for creating and interacting with ArrayBuffers. r=sfink 2019-03-04 15:19:16 -08:00
jslibmath.h Bug 1527007 - Work around Windows fmod bugs r=jandem 2019-02-28 13:22:17 +00:00
jsmath.cpp
jsmath.h
jsnum.cpp Bug 1528792 - Remove redundant code checking for Symbol values in js::ToNumberSlow. r=tcampbell 2019-03-12 15:17:09 +00:00
jsnum.h
jspubtd.h
jsshell.msg
jstypes.h
jsutil.cpp
jsutil.h Bug 1533070 - Get rid of static initializers in GC.cpp by marking some functions/statics constexpr. r=jonco 2019-03-06 17:38:11 +00:00
lib.rs
make-source-package.sh
moz.build Bug 1532005 - Implement a new js/public/ArrayBuffer.h header to centralize functionality for creating and interacting with ArrayBuffers. r=sfink 2019-03-04 15:19:16 -08:00
old-configure.in Bug 1528074 - Remove MSVC warning flags that clang-cl doesn't understand r=chmanchester 2019-03-13 20:19:08 +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>