Mypal/js/src
Fedor 5897468de2 [js] Handle functions with rest parameters in isObservableArgumentSlot. 2020-07-16 02:14:32 +03:00
..
builtin Implement optional catch binding. 2020-04-03 20:52:56 +03:00
ctypes Support modern Solaris. 2019-12-25 15:43:27 +03:00
devtools ooops, some files where missed 2019-03-12 18:31:25 +03:00
doc Implement asynchronous iterators (ES2018). 2020-04-03 20:43:32 +03:00
ds basic source 2019-03-11 13:26:37 +03:00
editline ooops, some files where missed 2019-03-12 18:31:25 +03:00
frontend Implement optional catch binding. 2020-04-03 20:52:56 +03:00
gc Revert Remove unboxed object code phase 1 extra. 2020-04-03 20:51:49 +03:00
gdb ooops, some files where missed 2019-03-12 18:31:25 +03:00
irregexp Revert "Implement regex lookaround." 2020-04-03 20:46:12 +03:00
jit [js] Handle functions with rest parameters in isObservableArgumentSlot. 2020-07-16 02:14:32 +03:00
jit-test Revert Remove unboxed objects. 2020-04-03 20:51:25 +03:00
jsapi-tests Remove DOM promise implementation. 2020-04-03 20:43:46 +03:00
octane basic source 2019-03-11 13:26:37 +03:00
perf basic source 2019-03-11 13:26:37 +03:00
proxy Remove Object.prototype.watch/unwatch. 2019-12-25 15:44:59 +03:00
shell Revert Remove unboxed object code phase 1 extra. 2020-04-03 20:51:49 +03:00
tests Implement optional catch binding. 2020-04-03 20:52:56 +03:00
threading Restore winxp 2019-03-12 19:33:28 +03:00
vm [js] Remove pointless MakeMRegExpHoistable optimization. 2020-04-03 20:55:14 +03:00
vtune ooops, some files where missed 2019-03-12 18:31:25 +03:00
wasm Remove DOM promise implementation. 2020-04-03 20:43:46 +03:00
.clang-format basic source 2019-03-11 13:26:37 +03:00
.gitignore basic source 2019-03-11 13:26:37 +03:00
Cargo.lock basic source 2019-03-11 13:26:37 +03:00
Cargo.toml basic source 2019-03-11 13:26:37 +03:00
Makefile.in Support modern Solaris. 2019-12-25 15:43:27 +03:00
NamespaceImports.h basic source 2019-03-11 13:26:37 +03:00
README.html basic source 2019-03-11 13:26:37 +03:00
Y.js basic source 2019-03-11 13:26:37 +03:00
aclocal.m4 basic source 2019-03-11 13:26:37 +03:00
build.rs basic source 2019-03-11 13:26:37 +03:00
configure.in basic source 2019-03-11 13:26:37 +03:00
dtoa.c basic source 2019-03-11 13:26:37 +03:00
js-confdefs.h.in basic source 2019-03-11 13:26:37 +03:00
js-config.h.in basic source 2019-03-11 13:26:37 +03:00
js-config.in basic source 2019-03-11 13:26:37 +03:00
js.msg Implement asynchronous iterators (ES2018). 2020-04-03 20:43:32 +03:00
js.pc.in basic source 2019-03-11 13:26:37 +03:00
jsalloc.cpp basic source 2019-03-11 13:26:37 +03:00
jsalloc.h basic source 2019-03-11 13:26:37 +03:00
jsapi.cpp Revert Remove unboxed object code phase 1 extra. 2020-04-03 20:51:49 +03:00
jsapi.h Revert Remove unboxed object code phase 1 extra. 2020-04-03 20:51:49 +03:00
jsarray.cpp Revert Remove unboxed arrays. 2020-04-03 20:51:38 +03:00
jsarray.h Revert Remove unboxed arrays. 2020-04-03 20:51:38 +03:00
jsast.tbl basic source 2019-03-11 13:26:37 +03:00
jsatom.cpp 1336783 - Remove TokenStream::KeywordIsName. 2019-09-05 20:06:12 +03:00
jsatom.h 1336783 - Remove TokenStream::KeywordIsName. 2019-09-05 20:06:12 +03:00
jsatominlines.h basic source 2019-03-11 13:26:37 +03:00
jsautokw.py basic source 2019-03-11 13:26:37 +03:00
jsbool.cpp 1320408 - Change method that does GC on |this| to static method with Handle parameter. 2019-09-05 20:05:54 +03:00
jsbool.h basic source 2019-03-11 13:26:37 +03:00
jsboolinlines.h basic source 2019-03-11 13:26:37 +03:00
jsbytecode.h basic source 2019-03-11 13:26:37 +03:00
jsclist.h basic source 2019-03-11 13:26:37 +03:00
jscntxt.cpp Remove Object.prototype.watch/unwatch. 2019-12-25 15:44:59 +03:00
jscntxt.h 1283712 - Add a mechanism to add notes for an error message. 2019-09-05 20:06:06 +03:00
jscntxtinlines.h basic source 2019-03-11 13:26:37 +03:00
jscompartment.cpp Remove Object.prototype.watch/unwatch. 2019-12-25 15:44:59 +03:00
jscompartment.h Revert Remove unboxed objects. 2020-04-03 20:51:25 +03:00
jscompartmentinlines.h basic source 2019-03-11 13:26:37 +03:00
jscpucfg.h basic source 2019-03-11 13:26:37 +03:00
jsdate.cpp 1320408 - Change method that does GC on |this| to static method with Handle parameter. 2019-09-05 20:05:54 +03:00
jsdate.h basic source 2019-03-11 13:26:37 +03:00
jsdtoa.cpp basic source 2019-03-11 13:26:37 +03:00
jsdtoa.h basic source 2019-03-11 13:26:37 +03:00
jsexn.cpp Implement asynchronous iterators (ES2018). 2020-04-03 20:43:32 +03:00
jsexn.h Implement asynchronous iterators (ES2018). 2020-04-03 20:43:32 +03:00
jsfriendapi.cpp Revert Remove unboxed arrays. 2020-04-03 20:51:38 +03:00
jsfriendapi.h Implement asynchronous iterators (ES2018). 2020-04-03 20:43:32 +03:00
jsfun.cpp Implement asynchronous iterators (ES2018). 2020-04-03 20:43:32 +03:00
jsfun.h Implement asynchronous iterators (ES2018). 2020-04-03 20:43:32 +03:00
jsfuninlines.h 1320408 - Change method that does GC on |this| to static method with Handle parameter. 2019-09-05 20:05:54 +03:00
jsgc.cpp Revert Remove unboxed object code phase 1 extra. 2020-04-03 20:51:49 +03:00
jsgc.h Meke build without DevTools Server. 2020-04-03 20:50:45 +03:00
jsgcinlines.h basic source 2019-03-11 13:26:37 +03:00
jshashutil.h basic source 2019-03-11 13:26:37 +03:00
jsiter.cpp Revert Remove unboxed object code phase 1 extra. 2020-04-03 20:51:49 +03:00
jsiter.h Implement asynchronous iterators (ES2018). 2020-04-03 20:43:32 +03:00
jslibmath.h basic source 2019-03-11 13:26:37 +03:00
jsmath.cpp 1320408 - Change method that does GC on |this| to static method with Handle parameter. 2019-09-05 20:05:54 +03:00
jsmath.h basic source 2019-03-11 13:26:37 +03:00
jsnativestack.cpp Support modern Solaris. 2019-12-25 15:43:27 +03:00
jsnativestack.h basic source 2019-03-11 13:26:37 +03:00
jsnspr.h basic source 2019-03-11 13:26:37 +03:00
jsnum.cpp 1320408 - Change method that does GC on |this| to static method with Handle parameter. 2019-09-05 20:05:54 +03:00
jsnum.h basic source 2019-03-11 13:26:37 +03:00
jsobj.cpp Revert Remove unboxed object code phase 1 extra. 2020-04-03 20:51:49 +03:00
jsobj.h Remove Object.prototype.watch/unwatch. 2019-12-25 15:44:59 +03:00
jsobjinlines.h Revert Remove unboxed arrays. 2020-04-03 20:51:38 +03:00
json.cpp 1320408 - Change method that does GC on |this| to static method with Handle parameter. 2019-09-05 20:05:54 +03:00
json.h basic source 2019-03-11 13:26:37 +03:00
jsopcode.cpp 1344477 - Add dedicated opcode for function call ignoring return value. 2019-09-05 20:07:08 +03:00
jsopcode.h Implement asynchronous iterators (ES2018). 2020-04-03 20:43:32 +03:00
jsopcodeinlines.h basic source 2019-03-11 13:26:37 +03:00
jsprf.cpp basic source 2019-03-11 13:26:37 +03:00
jsprf.h basic source 2019-03-11 13:26:37 +03:00
jspropertytree.cpp basic source 2019-03-11 13:26:37 +03:00
jspropertytree.h basic source 2019-03-11 13:26:37 +03:00
jsprototypes.h Remove DOM promise implementation. 2020-04-03 20:43:46 +03:00
jspubtd.h basic source 2019-03-11 13:26:37 +03:00
jsscript.cpp Implement asynchronous iterators (ES2018). 2020-04-03 20:43:32 +03:00
jsscript.h Implement asynchronous iterators (ES2018). 2020-04-03 20:43:32 +03:00
jsscriptinlines.h 1320408 - Change method that does GC on |this| to static method with Handle parameter. 2019-09-05 20:05:54 +03:00
jsshell.msg basic source 2019-03-11 13:26:37 +03:00
jsstr.cpp Revert 1320408 part 15: Make addDataProperty static. 2020-04-03 20:52:02 +03:00
jsstr.h Revert Remove unboxed arrays. 2020-04-03 20:51:38 +03:00
jstypes.h Fix architecture flag for PPC64 2019-07-08 13:09:01 +03:00
jsutil.cpp Restore winxp 2019-03-12 19:33:28 +03:00
jsutil.h basic source 2019-03-11 13:26:37 +03:00
jsversion.h Remove Object.prototype.watch/unwatch. 2019-12-25 15:44:59 +03:00
jsweakmap.cpp basic source 2019-03-11 13:26:37 +03:00
jsweakmap.h basic source 2019-03-11 13:26:37 +03:00
jswin.h basic source 2019-03-11 13:26:37 +03:00
jswrapper.h Remove Object.prototype.watch/unwatch. 2019-12-25 15:44:59 +03:00
lib.rs basic source 2019-03-11 13:26:37 +03:00
make-source-package.sh basic source 2019-03-11 13:26:37 +03:00
moz.build Revert Remove unboxed objects. 2020-04-03 20:51:25 +03:00
old-configure.in Meke build without DevTools Server. 2020-04-03 20:50:45 +03:00
symverscript.in basic source 2019-03-11 13:26:37 +03: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>