gecko-dev/js
Robin Templeton 0b89c91c62 bug 1471134 - Part 5: Support BigInt operands for basic arithmetic operators. r=jandem
Operands are converted to primitive values using ToNumeric, which can
result in either BigInt or Number values. If any operand is a BigInt,
the corresponding BigInt method is called; otherwise, the existing
behavior for Numbers is used.
2018-07-08 21:14:00 +03:00
..
ductwork/debugger Bug 1468752 part 4 - Remove JS_GetGlobalForObject. r=bz 2018-07-06 12:54:00 +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 1470890 - handle deserialization failure gracefully in JS IPC; r=evilpie 2018-06-27 16:10:41 +03:00
public Bug 1468752 part 2 - Define Wrapper::wrapperHandler in Wrapper.h. r=bz 2018-07-06 12:53:38 +02:00
rust Bug 1472538: Update bindgen. r=xidorn 2018-07-01 16:04:49 +02:00
src bug 1471134 - Part 5: Support BigInt operands for basic arithmetic operators. r=jandem 2018-07-08 21:14:00 +03:00
xpconnect Merge mozilla-central to mozilla-inbound. a=merge on a CLOSED TREE 2018-07-08 00:54:23 +03: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