gecko-dev/js/src
2018-07-01 13:03:11 +02:00
..
build Bug 1422930 - Fix SpiderMonkey includedir installs. r=glandium 2018-05-14 10:29:00 -04:00
builtin Bug 1471931 - Part 4: Add NewString and NewStringDontDeflate functions which accept UniquePtr. r=sfink 2018-06-28 09:30:46 -07:00
ctypes Bug 1471931 - Part 2: Replace manual memory management with UniquePtr in a few places. r=sfink 2018-06-28 09:17:05 -07:00
devtools Bug 1450261: Implement Val, a rooted LitVal; r=luke, r=jonco 2018-06-29 16:43:20 +02:00
doc
ds Bug 1471310: Disable the emptiness assertion in ProtectedRegionTree. r=nbp 2018-06-29 13:28:09 -04:00
editline
frontend Bug 1472101 - Part 2: Add a space after switch in auto-generated BinAST code. r=Yoric 2018-07-01 20:41:45 +09:00
fuzz-tests Bug 1468219 - Rename JS_InitStandardClasses to JS::InitRealmStandardClasses, remove obj argument. r=anba 2018-06-13 12:47:47 -07:00
gc Backed out 4 changesets (bug 1461616, bug 1450261) for wasm related spidermonkey build bustages CLOSED TREE 2018-06-29 17:28:58 +03:00
gdb Bug 1468219 - Rename JS_InitStandardClasses to JS::InitRealmStandardClasses, remove obj argument. r=anba 2018-06-13 12:47:47 -07:00
irregexp Bug 1471272 - Add [SMDOC] tags for in-source documentation. r=jandem,nbp 2018-06-28 15:23:25 -04:00
jit Bug 1472132 - Don't inline non-scripted functions in Ion when constructing and new.target != the callee. r=anba 2018-07-02 18:34:02 +02:00
jit-test Bug 1413794 - Typed array [[Set]] wrongly inspects the receiver when a canonical numeric string is passed as property name. r=anba 2018-07-01 13:03:11 +02:00
jsapi-tests Bug 1453795 - JS - Initialize member fields in classes/ structures. r=waldoo 2018-06-23 16:14:16 +03:00
octane
perf Bug 1466626 - Part 3: Don't call ReportOutOfMemory twice when used with JSContext allocation. r=jonco 2018-06-25 03:14:49 -07:00
proxy Bug 1471924 part 1 - Stop pretending proxies have a JSNative call/construct hook. r=luke 2018-06-29 11:21:02 +02:00
shell Bug 1472130 part 2 - Allow creating same-compartment realms in the shell with --fuzzing-safe. r=luke 2018-07-02 18:34:37 +02:00
tests Bug 1413794 - Typed array [[Set]] wrongly inspects the receiver when a canonical numeric string is passed as property name. r=anba 2018-07-01 13:03:11 +02:00
threading Bug 1471272 - Add [SMDOC] tags for in-source documentation. r=jandem,nbp 2018-06-28 15:23:25 -04:00
util Bug 1471931 - Part 4: Add NewString and NewStringDontDeflate functions which accept UniquePtr. r=sfink 2018-06-28 09:30:46 -07:00
vm Bug 1413794 - Typed array [[Set]] wrongly inspects the receiver when a canonical numeric string is passed as property name. r=anba 2018-07-01 13:03:11 +02:00
vtune Backed out changeset e17f5abb8114 (bug 1472268) for build bustages on /src/js/src/vtune/ittnotify_static.c on a CLOSED TREE 2018-07-02 00:59:56 +03:00
wasm Bug 1450261: Implement Val, a rooted LitVal; r=luke, r=jonco 2018-06-29 16:43:20 +02:00
.clang-format
.gitignore
aclocal.m4
build.rs Bug 1366287 - Part 1.0: Define a new BigInt primitive type, with a GDB prettyprinter, Rust binding support, and a new out-of-line TraceKind. (Disabled by default, implemented only incompletely, currently passing --enable-bigint will disable JITs, will be flipped on Eventually once every sub-aspect is in place, Don't Have A Cow, Man.) r=jwalden, r=Ms2ger, r=sfink 2018-05-24 11:26:09 -07:00
Cargo.toml Bug 1366287 - Part 1.0: Define a new BigInt primitive type, with a GDB prettyprinter, Rust binding support, and a new out-of-line TraceKind. (Disabled by default, implemented only incompletely, currently passing --enable-bigint will disable JITs, will be flipped on Eventually once every sub-aspect is in place, Don't Have A Cow, Man.) r=jwalden, r=Ms2ger, r=sfink 2018-05-24 11:26:09 -07:00
configure.in
dtoa.c
js-confdefs.h.in
js-config.h.in
js.msg Bug 1468860 - Rename a few error-message constants to fix s/REGEP/REGEXP/ typos. r=sfink 2018-06-18 11:55:07 -07:00
jsapi.cpp Bug 1471931 - Part 4: Add NewString and NewStringDontDeflate functions which accept UniquePtr. r=sfink 2018-06-28 09:30:46 -07:00
jsapi.h Bug 1471931 - Part 1: Replace some js_malloc/js_calloc/js_realloc with their js_pod_malloc/js_pod_calloc/js_pod_realloc counterparts. r=sfink 2018-06-28 09:07:44 -07:00
jsast.tbl
jsdate.cpp Bug 1450085 - Part 3: Call error-functions instead of passing JSREPORT_ERROR flag. r=tcampbell 2018-05-29 03:46:47 -07:00
jsdate.h
jsexn.cpp Bug 1465350 - Use UniquePtr instead of ScopedJSFreePtr for JSErrorReporter. r=Waldo 2018-06-13 09:47:21 -07:00
jsexn.h Bug 1465350 - Use UniquePtr instead of ScopedJSFreePtr for JSErrorReporter. r=Waldo 2018-06-13 09:47:21 -07:00
jsfriendapi.cpp Bug 1470522 - Enable JS dump functions under JS_JITSPEW. r=jandem 2018-06-26 10:37:08 -04:00
jsfriendapi.h Bug 1470522 - Enable JS dump functions under JS_JITSPEW. r=jandem 2018-06-26 10:37:08 -04:00
jslibmath.h
jsmath.cpp Bug 1466121 part 4 - Rename vm/JSCompartment* to vm/Realm*. r=luke 2018-06-08 16:16:19 +02:00
jsmath.h Bug 1416289 - Part 3: Always use double values for Math functions which are inlined through MMathFunction. r=jandem 2018-05-08 05:41:19 -07:00
jsnum.cpp Bug 1471931 - Part 3: Switch to pod_calloc_with_extra, new_, make_pod_array, and make_zeroed_pod_array where possible. r=sfink 2018-06-28 09:26:02 -07:00
jsnum.h bug 1466893 - Part 1: Implement ToNumeric operation. r=jandem 2018-06-12 13:57:06 -04:00
jspubtd.h Bug 1468867 - Rename heap state checking functions r=sfink 2018-06-15 15:05:06 -07:00
jsshell.msg
jstypes.h Bug 1461554 - Change the guard on #define JS_BROKEN_GCC_ATTRIBUTE_WARNING to defend against broken warnings for gcc < 8.1.0, and change the associated comment to grant blanket rs=jwalden for updates to it. r=jonco 2018-05-15 09:31:23 -07:00
jsutil.cpp
jsutil.h
lib.rs
make-source-package.sh
Makefile.in Bug 1063728 - Run SpiderMonkey style checkers as part of the build instead of make check. r=chmanchester 2018-04-26 09:09:51 +02:00
moz.build Bug 1447591: Remove wasm::BinaryToText; r=luke 2018-06-21 11:49:47 +02:00
NamespaceImports.h Bug 1466121 part 1 - Rename JSCompartment to JS::Compartment. r=luke 2018-06-07 16:44:40 +02:00
old-configure.in Bug 1472402 - -MG for clang-cl breaks missing-include error reporting. - r=froydnj 2018-06-29 20:18:08 -07: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>