gecko-dev/js
André Bargull b5546e6d92 Bug 1526870 - Part 11: Support BigInt x Number comparisons. r=jandem
Adds support to compare BigInt and Number values against each other. In contrast
to binary operations, comparison operations allow mixing BigInts and Numbers.
For example when testing if a BigInt value is negative, `bigInt < 0` can be used
in addition to `bigInt < 0n`.

Differential Revision: https://phabricator.services.mozilla.com/D49917

--HG--
extra : moz-landing-system : lando
2019-10-31 13:32:34 +00:00
..
ductwork/debugger Bug 1564168 - [jsdbg2] Debugger.prototype.enabled should be removed. 2019-08-19 21:47:05 +00:00
examples Bug 1564168 - [jsdbg2] Debugger.prototype.enabled should be removed. 2019-08-19 21:47:05 +00:00
ipc Bug 1588231. Remove special-cased QI-for-DOM-objects handling in CPOWs, since no one uses it outside of one test. r=peterv 2019-10-14 10:31:28 +00:00
public Bug 1587096 - Part 3: Implmement FinalizationGroup r=sfink 2019-11-01 10:37:47 +00:00
rust Bug 1448324 - Fix link in js/rust readme. r=jdm 2019-10-18 14:30:52 +00:00
src Bug 1526870 - Part 11: Support BigInt x Number comparisons. r=jandem 2019-10-31 13:32:34 +00:00
xpconnect Bug 1587162 - Fix UBSAN complaints about pref callbacks. r=erahm 2019-11-01 02:57:20 +00:00
app.mozbuild Bug 1569197 - Backed out changeset 2a053de2828f;r=arai 2019-08-07 09:17:11 +00:00
ffi.configure
moz.build
moz.configure Bug 1577757 - Add a compile-time option for wasm multi-value r=luke 2019-10-01 14:30:35 +00:00
sub.configure Bug 844509 - Don't encode environment in get_cmd_output and old_configure. r=nalexander 2019-08-20 22:12:23 +00:00