fune/js/src
2024-01-23 17:06:49 +00:00
..
build
builtin Bug 1875363 - Treat disnative as fuzzing-unsafe on ARM32. r=nbp 2024-01-23 10:23:25 +00:00
ctypes Bug 1873827 - Use const reference for UTF8Chars parameters. r=sfink 2024-01-12 13:57:19 +00:00
debugger Bug 1843499 - Part 5: Remove AsyncFunctionResolveKind. r=iain 2024-01-22 14:29:42 +00:00
devtools Bug 1875117 - Ship GC parallel marking r=sfink 2024-01-22 14:30:29 +00:00
doc Bug 1869899 - [hazards] Handle reference to function pointers as if they were function pointers r=bthrall 2024-01-12 17:44:17 +00:00
ds
editline
frontend Bug 1843499 - Part 5: Remove AsyncFunctionResolveKind. r=iain 2024-01-22 14:29:42 +00:00
fuzz-tests Bug 1875096 - Part 2: Convert RegExpRunStatus to an enum class. r=iain 2024-01-18 10:26:03 +00:00
gc Bug 1828648 - Part 2: Move WeakCache into the js namespace r=jandem 2024-01-17 11:11:09 +00:00
gdb
intgemm Bug 1871572 - Activate AVX512BW kernels for intgemm r=gcp 2024-01-15 16:12:41 +00:00
irregexp Bug 1875096 - Part 2: Convert RegExpRunStatus to an enum class. r=iain 2024-01-18 10:26:03 +00:00
jit Bug 1875650 - Mark allocation of prototype object as OOMUnsafe r=iain 2024-01-23 17:06:49 +00:00
jit-test Bug 1875363 - Treat disnative as fuzzing-unsafe on ARM32. r=nbp 2024-01-23 10:23:25 +00:00
jsapi-tests Bug 1828648 - Part 2: Move WeakCache into the js namespace r=jandem 2024-01-17 11:11:09 +00:00
octane
proxy
rust Backed out 11 changesets (bug 1824671) for causing spidermonkey bustages in Bidi.h CLOSED TREE 2024-01-23 10:19:32 -05:00
shell Bug 1875114 - Fix argument validation in stencil testing functions. r=bthrall 2024-01-22 22:25:53 +00:00
tests Bug 1835669 - Update test262 r=mgaudet 2024-01-19 01:01:32 +00:00
threading
util Bug 1873042 - Part 6: Optimise character conversion on single characters. r=jandem 2024-01-10 15:14:20 +00:00
vm Bug 1875821: Mark unsupported pbl CacheIR opcodes and add missing include. r=jandem 2024-01-22 16:49:42 +00:00
vtune
wasm Bug 1874683 - Part 1: Clean-up and modernize String character access built-ins. r=jandem 2024-01-22 13:28:44 +00:00
zydis
.gitignore
aclocal.m4
configure
dtoa.c
js-confdefs.h.in
js-config.h.in
js-config.mozbuild
js-cxxflags.mozbuild
js-standalone.mozbuild
jsapi.cpp Bug 1873827 - Use const reference for UTF8Chars parameters. r=sfink 2024-01-12 13:57:19 +00:00
jsapi.h Bug 1872656 - Remove megamorphic watchtower option r=iain 2024-01-03 22:02:18 +00:00
jsast.tbl Bug 1835669 - Rename parser stuff related to import assertions to import attribute names r=dminor 2024-01-19 01:01:31 +00:00
jsdate.cpp Bug 1873402 - Remove vestigal code from Date.parse r=arai 2024-01-08 08:27:36 +00:00
jsdate.h
jsexn.cpp
jsexn.h
jsfriendapi.cpp Bug 1871949 - Remove assert in SetReservedSlot path. r=iain 2024-01-08 22:28:34 +00:00
jsfriendapi.h
jslibmath.h
jsmath.cpp
jsmath.h
jsnum.cpp Bug 1873042 - Part 9: Combine Int32ToStringWithBase and StringConvertCase. r=jandem 2024-01-10 15:14:21 +00:00
jsnum.h Bug 1873042 - Part 9: Combine Int32ToStringWithBase and StringConvertCase. r=jandem 2024-01-10 15:14:21 +00:00
jspubtd.h
jsshell.msg
jstypes.h
make-source-package.py
Makefile.in
moz.build Bug 1828648 - Part 1: Make SweepingAPI.h an internal header r=jandem 2024-01-17 11:11:08 +00:00
NamespaceImports.h
old-configure.in Bug 1793001 - s/egrep/grep -E/ r=ahochheiden 2024-01-17 14:37:17 +00: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>