gecko-dev/js
Robin Templeton 3005e8a431 bug 1464758 - BigInt shouldn't get the legacy fallback behaviour in Object.prototype.toString. r=anba
Change BigInt's class name to "Object" so that the correct tag is used
when the @@toStringTag property is not a string. Remove special cases
for BigInt in GetBuiltinTagFast and GetBuiltinTagSlow.
2018-05-29 09:50:00 +03:00
..
ductwork/debugger Bug 1461292 part 1 - Rename JSAutoCompartment to JSAutoRealm. r=bz,luke 2018-05-16 10:53:16 +02:00
examples Bug 1339461 - script-generated patch to convert foo.indexOf(...) == -1 to foo.includes(), r=Mossop. 2018-02-01 20:45:22 +01:00
ipc Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
public Bug 1468867 - Rename heap state checking functions r=sfink 2018-06-15 15:05:06 -07:00
rust Bug 1468219 - Rename JS_InitStandardClasses to JS::InitRealmStandardClasses, remove obj argument. r=anba 2018-06-13 12:47:47 -07:00
src bug 1464758 - BigInt shouldn't get the legacy fallback behaviour in Object.prototype.toString. r=anba 2018-05-29 09:50:00 +03:00
xpconnect Bug 1468928 - Unbreak build without GeckoProfiler after bug 1405374. r=mstange 2018-06-15 10:12:23 +00:00
app.mozbuild Bug 1431090 - Add FuzzingInterface support to JS engine. r=jandem 2018-01-17 17:05:04 +01:00
ffi.configure
moz.build Bug 1403322: Switch jsreftests, jittests, test-verify to SCHEDULES; r=ahal 2017-12-20 00:39:21 +00:00
moz.configure 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