tenfourfox/js/src
2019-05-09 14:17:00 -07:00
..
asmjs intel specific fixes + gstate cleanup (#532) 2018-10-30 21:54:36 -07:00
builtin #534: M1499028 M1510471 2018-11-29 08:10:15 -08:00
ctypes fix for x86 by Ken/MacPorts 2018-04-23 09:12:05 +02:00
devtools hello FPR 2017-04-19 00:56:45 -07:00
doc hello FPR 2017-04-19 00:56:45 -07:00
ds hello FPR 2017-04-19 00:56:45 -07:00
editline hello FPR 2017-04-19 00:56:45 -07:00
frontend #551: M1536768 M1546327 2019-05-09 14:17:00 -07:00
gc #546: M1518001 M1530958 2019-03-12 21:21:35 -07:00
gdb hello FPR 2017-04-19 00:56:45 -07:00
irregexp intel specific fixes + gstate cleanup (#532) 2018-10-30 21:54:36 -07:00
jit #551: M1536768 M1546327 2019-05-09 14:17:00 -07:00
jit-test #529: jsop_in folding M1244098 M1041586 (partial) 2018-10-29 19:11:29 -07:00
jsapi-tests hello FPR 2017-04-19 00:56:45 -07:00
octane hello FPR 2017-04-19 00:56:45 -07:00
perf hello FPR 2017-04-19 00:56:45 -07:00
proxy #392: Symbol.toStringTag M1114580 (w/o ESClassValue change; w/45ESR boilerplate) 2018-10-02 11:34:30 -07:00
shell fix cpu_type to cpu_arch 2018-04-14 22:59:44 +02:00
tests #530: Object.getOwnPropertyDescriptors M1245024 M1279303 2018-10-29 20:02:06 -07:00
v8 hello FPR 2017-04-19 00:56:45 -07:00
vm #534: M1505181 M1506640 2018-11-26 06:43:31 -08:00
vtune hello FPR 2017-04-19 00:56:45 -07:00
aclocal.m4 hello FPR 2017-04-19 00:56:45 -07:00
configure.in changes to make JS both x86 and PPC by using JS_CODEGEN_PPC_OSX and JS_CODEGEN_X86 2018-01-16 22:35:39 +01:00
dtoa.c hello FPR 2017-04-19 00:56:45 -07:00
js-confdefs.h.in hello FPR 2017-04-19 00:56:45 -07:00
js-config.h.in hello FPR 2017-04-19 00:56:45 -07:00
js-config.in hello FPR 2017-04-19 00:56:45 -07:00
js.msg #430: remove parenthesized yield expression requirement M1250589 2017-08-22 06:27:13 -07:00
js.pc.in hello FPR 2017-04-19 00:56:45 -07:00
jsalloc.cpp hello FPR 2017-04-19 00:56:45 -07:00
jsalloc.h hello FPR 2017-04-19 00:56:45 -07:00
jsapi.cpp #375: M1363423 M1273828 M1364661 2017-05-25 17:02:40 -07:00
jsapi.h #527: M1054906 M1278599 M1252228 (+ESR45 changes, see M1263778 for info) 2018-10-26 21:21:20 -07:00
jsarray.cpp closes #509: M1364346 parts 2+3 (unshift) 2018-07-09 03:38:14 -07:00
jsarray.h #399: ChildNode-ParentNode DOM4 M911477 M1301777 M1308922 M1104955 M1054759 M1258163 2017-12-16 22:44:22 -08:00
jsast.tbl hello FPR 2017-04-19 00:56:45 -07:00
jsatom.cpp hello FPR 2017-04-19 00:56:45 -07:00
jsatom.h hello FPR 2017-04-19 00:56:45 -07:00
jsatominlines.h #410, #413: M1370210 M1346217 partial 2017-07-02 18:44:51 -07:00
jsbool.cpp hello FPR 2017-04-19 00:56:45 -07:00
jsbool.h hello FPR 2017-04-19 00:56:45 -07:00
jsboolinlines.h hello FPR 2017-04-19 00:56:45 -07:00
jsbytecode.h hello FPR 2017-04-19 00:56:45 -07:00
jsclist.h hello FPR 2017-04-19 00:56:45 -07:00
jscntxt.cpp hello FPR 2017-04-19 00:56:45 -07:00
jscntxt.h closes #391: M1342721 with some ideas from M1342439 2017-12-13 10:42:53 -08:00
jscntxtinlines.h closes #391: M1342721 with some ideas from M1342439 2017-12-13 10:42:53 -08:00
jscompartment.cpp hello FPR 2017-04-19 00:56:45 -07:00
jscompartment.h Bug 1235590 - Allow redeclaring block-scoped functions and warn about deprecation for now. (r=jorendorff) 2017-05-09 19:28:57 -07:00
jscompartmentinlines.h hello FPR 2017-04-19 00:56:45 -07:00
jscpucfg.h hello FPR 2017-04-19 00:56:45 -07:00
jsdate.cpp #399: change JS date 2-digit year base 2017-08-17 18:02:23 -07:00
jsdate.h hello FPR 2017-04-19 00:56:45 -07:00
jsdtoa.cpp hello FPR 2017-04-19 00:56:45 -07:00
jsdtoa.h hello FPR 2017-04-19 00:56:45 -07:00
jsexn.cpp hello FPR 2017-04-19 00:56:45 -07:00
jsexn.h hello FPR 2017-04-19 00:56:45 -07:00
jsfriendapi.cpp closes #391: M1342721 with some ideas from M1342439 2017-12-13 10:42:53 -08:00
jsfriendapi.h closes #391: M1342721 with some ideas from M1342439 2017-12-13 10:42:53 -08:00
jsfun.cpp #527: M1054906 M1278599 M1252228 (+ESR45 changes, see M1263778 for info) 2018-10-26 21:21:20 -07:00
jsfun.h #534: M1505181 M1506640 2018-11-26 06:43:31 -08:00
jsfuninlines.h hello FPR 2017-04-19 00:56:45 -07:00
jsgc.cpp #534: M1505181 M1506640 2018-11-26 06:43:31 -08:00
jsgc.h hello FPR 2017-04-19 00:56:45 -07:00
jsgcinlines.h hello FPR 2017-04-19 00:56:45 -07:00
jshashutil.h hello FPR 2017-04-19 00:56:45 -07:00
jsiter.cpp #392: Symbol.toStringTag M1114580 (w/o ESClassValue change; w/45ESR boilerplate) 2018-10-02 11:34:30 -07:00
jsiter.h hello FPR 2017-04-19 00:56:45 -07:00
jskwgen.cpp hello FPR 2017-04-19 00:56:45 -07:00
jslibmath.h hello FPR 2017-04-19 00:56:45 -07:00
jslock.h hello FPR 2017-04-19 00:56:45 -07:00
jsmath.cpp #392: Symbol.toStringTag M1114580 (w/o ESClassValue change; w/45ESR boilerplate) 2018-10-02 11:34:30 -07:00
jsmath.h hello FPR 2017-04-19 00:56:45 -07:00
jsnativestack.cpp hello FPR 2017-04-19 00:56:45 -07:00
jsnativestack.h hello FPR 2017-04-19 00:56:45 -07:00
jsnum.cpp hello FPR 2017-04-19 00:56:45 -07:00
jsnum.h hello FPR 2017-04-19 00:56:45 -07:00
jsobj.cpp closes #509: M1364346 parts 2+3 (unshift) 2018-07-09 03:38:14 -07:00
jsobj.h hello FPR 2017-04-19 00:56:45 -07:00
jsobjinlines.h #509: M1348772 M1364345 (push and splice) 2018-07-08 08:37:12 -07:00
json.cpp #392: Symbol.toStringTag M1114580 (w/o ESClassValue change; w/45ESR boilerplate) 2018-10-02 11:34:30 -07:00
json.h hello FPR 2017-04-19 00:56:45 -07:00
jsopcode.cpp #416: M1366903 M1371283 M1368576 2017-07-14 05:22:37 -07:00
jsopcode.h hello FPR 2017-04-19 00:56:45 -07:00
jsopcodeinlines.h hello FPR 2017-04-19 00:56:45 -07:00
jsprf.cpp hello FPR 2017-04-19 00:56:45 -07:00
jsprf.h hello FPR 2017-04-19 00:56:45 -07:00
jspropertytree.cpp hello FPR 2017-04-19 00:56:45 -07:00
jspropertytree.h hello FPR 2017-04-19 00:56:45 -07:00
jsprototypes.h hello FPR 2017-04-19 00:56:45 -07:00
jspubtd.h hello FPR 2017-04-19 00:56:45 -07:00
jsscript.cpp #521: async/await M1185106 parts 0, 1 2018-09-15 10:35:22 -07:00
jsscript.h #521: async/await M1185106 parts 0, 1 2018-09-15 10:35:22 -07:00
jsscriptinlines.h hello FPR 2017-04-19 00:56:45 -07:00
jsshell.msg hello FPR 2017-04-19 00:56:45 -07:00
jsstr.cpp #509: M1260509 implement String.padStart/padEnd (needed for testing) 2018-07-08 09:21:58 -07:00
jsstr.h #375, Bug 1112537 - Optimize String#split('foo').join('bar') pattern. (includes M1235403) r=nbp 2017-07-07 11:26:44 -07:00
jstypes.h hello FPR 2017-04-19 00:56:45 -07:00
jsutil.cpp hello FPR 2017-04-19 00:56:45 -07:00
jsutil.h hello FPR 2017-04-19 00:56:45 -07:00
jsversion.h #394: fix and enable ES7 exponentiation operator 2017-05-14 17:32:17 -07:00
jswatchpoint.cpp hello FPR 2017-04-19 00:56:45 -07:00
jswatchpoint.h hello FPR 2017-04-19 00:56:45 -07:00
jsweakcache.h hello FPR 2017-04-19 00:56:45 -07:00
jsweakmap.cpp hello FPR 2017-04-19 00:56:45 -07:00
jsweakmap.h hello FPR 2017-04-19 00:56:45 -07:00
jswin.h hello FPR 2017-04-19 00:56:45 -07:00
jswrapper.h hello FPR 2017-04-19 00:56:45 -07:00
make-source-package.sh hello FPR 2017-04-19 00:56:45 -07:00
Makefile.in hello FPR 2017-04-19 00:56:45 -07:00
moz.build enable jsapi-tests compilation 2019-02-14 21:42:33 -08:00
NamespaceImports.h hello FPR 2017-04-19 00:56:45 -07:00
README.html hello FPR 2017-04-19 00:56:45 -07:00
symverscript.in hello FPR 2017-04-19 00:56:45 -07:00
Y.js hello FPR 2017-04-19 00:56:45 -07:00

<!-- 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>