gecko-dev/js/src
Jan de Mooij 29d4bbfc82 Bug 1723715 part 16 - Move WindowProxy to GlobalObjectData. r=jonco
This is done last because it requires reordering the initialization code, and we
can finally do this now.

Differential Revision: https://phabricator.services.mozilla.com/D121996
2021-08-09 15:25:10 +00:00
..
build
builtin Bug 1723715 part 13 - Move builtin constructors to GlobalObjectData. r=jonco 2021-08-09 15:25:09 +00:00
ctypes Bug 1723085 part 3 - Use getReservedSlot/setReservedSlot in more places. r=jonco 2021-07-31 19:48:56 +00:00
debugger Bug 1723715 part 13 - Move builtin constructors to GlobalObjectData. r=jonco 2021-08-09 15:25:09 +00:00
devtools Bug 1721381 - Ignore class static block tests in smoosh jobs. r=nbp 2021-07-26 10:39:20 +00:00
doc Bug 1723844 - Validate debugger onNativeCall hook return values. r=nbp 2021-08-05 15:09:55 +00:00
ds Backed out 21 changesets (bug 1341265) for causing Bug 1724298. CLOSED TREE 2021-08-07 19:07:28 +03:00
editline
frontend Bug 1723601 - Fix OOM during self-hosting delazification. r=arai 2021-08-03 21:50:33 +00:00
fuzz-tests Bug 1717118 - Part 2, rename "event" to "tag" throughout r=rhunt 2021-07-21 19:17:52 +00:00
gc Bug 1723715 part 1 - Add GlobalObjectData and use it for emptyGlobalScope. r=jonco 2021-08-09 15:25:04 +00:00
gdb Bug 1724234 - Remove APIs to pin unicode strings r=tcampbell 2021-08-06 08:44:14 +00:00
irregexp Bug 1703740: Import perf fix from upstream r=mgaudet 2021-06-16 23:28:07 +00:00
jit Bug 1723715 part 15 - Move global lexical environment from Realm to GlobalObjectData. r=jonco 2021-08-09 15:25:10 +00:00
jit-test Backed out 21 changesets (bug 1341265) for causing Bug 1724298. CLOSED TREE 2021-08-07 19:07:28 +03:00
jsapi-tests Bug 1724234 - Remove APIs to pin unicode strings r=tcampbell 2021-08-06 08:44:14 +00:00
octane
proxy Bug 1708450 - Move call and construct functions into js/public/CallAndConstruct.h. r=nbp 2021-07-13 11:52:43 +00:00
rust Bug 1582382 - Enable the new rust hooks in standalone spidermonkey. r=jandem 2021-07-28 20:33:09 +00:00
shell Bug 1723715 part 13 - Move builtin constructors to GlobalObjectData. r=jonco 2021-08-09 15:25:09 +00:00
tests Bug 1724618: Handle case when the tail-position exceeds the string length in InterpretDollar. r=arai 2021-08-09 12:05:19 +00:00
threading Bug 1606511 - Use UniquePtr more in JS shell worker thread code to avoid leaks. r=iain 2021-07-15 09:55:43 +00:00
util Bug 1708450 - Move call and construct functions into js/public/CallAndConstruct.h. r=nbp 2021-07-13 11:52:43 +00:00
vm Bug 1723715 part 16 - Move WindowProxy to GlobalObjectData. r=jonco 2021-08-09 15:25:10 +00:00
vtune
wasm Bug 1723715 part 13 - Move builtin constructors to GlobalObjectData. r=jonco 2021-08-09 15:25:09 +00:00
zydis
.gitignore
aclocal.m4
configure.in
dtoa.c
js-confdefs.h.in
js-config.h.in
js-config.mozbuild
js-cxxflags.mozbuild
js-standalone.mozbuild
jsapi.cpp Bug 1723715 part 1 - Add GlobalObjectData and use it for emptyGlobalScope. r=jonco 2021-08-09 15:25:04 +00:00
jsapi.h Bug 1722453 part 5 - Remove some APIs for private slots. r=jonco 2021-07-29 07:06:08 +00:00
jsast.tbl Bug 1712138 - Implement Reflect.parse for static class blocks r=arai 2021-05-27 15:01:35 +00:00
jsdate.cpp Bug 1708450 - Move call and construct functions into js/public/CallAndConstruct.h. r=nbp 2021-07-13 11:52:43 +00:00
jsdate.h Bug 1716250 - Remove JS_FRIEND_API. r=jandem,sfink 2021-06-16 19:38:10 +00:00
jsexn.cpp Bug 1688794 - Remove code for the (now unused) self-hosting zone. r=jandem,jonco 2021-07-29 01:53:36 +00:00
jsexn.h
jsfriendapi.cpp Bug 1723085 part 2 - Optimize getting/setting reserved slots inside the JS engine. r=jonco 2021-07-31 19:48:56 +00:00
jsfriendapi.h Bug 1705195 - Remove JSID_TO_ATOM. r=mgaudet 2021-06-23 21:16:52 +00:00
jslibmath.h
jsmath.cpp Bug 1713212 - Convert uses of mozilla::Unused to void casts in rest of JS code r=jandem 2021-05-28 21:41:33 +00:00
jsmath.h
jsnum.cpp Bug 1708448 - Move property and element functions into js/public/PropertyAndElement.h. r=nbp 2021-07-13 11:52:42 +00:00
jsnum.h Bug 1715299 - Remove JS_FASTCALL r=jandem 2021-06-09 09:16:25 +00:00
jspubtd.h Bug 1716250 - Remove JS_FRIEND_API. r=jandem,sfink 2021-06-16 19:38:10 +00:00
jsshell.msg
jstypes.h Bug 1716250 - Remove JS_FRIEND_API. r=jandem,sfink 2021-06-16 19:38:10 +00:00
make-source-package.py Bug 1705783 - add configure option --js-package and stop clearing MOZ_AUTOMATION for SM(pkg) r=glandium,firefox-build-system-reviewers 2021-05-26 16:54:04 +00:00
Makefile.in
moz.build Bug 1723400 - Fix the build when the self-hosted JS code is being generated before ProfilingCategoryList.h r=gerald 2021-08-02 10:00:07 +00:00
NamespaceImports.h Bug 1712377 - Reimplement PropertyDescriptor to be incomplete by default with boolean fields. r=jandem 2021-05-25 10:12:40 +00:00
old-configure.in Bug 1721962 - Don't assume XCFLAGS are always in CPPFLAGS on *bsd. r=firefox-build-system-reviewers,jgilbert,andi 2021-07-30 11:39:38 +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>