Closed
Bug 1486173
Opened 7 years ago
Closed 7 years ago
BigInt equality comparison
Categories
(Core :: JavaScript Engine, enhancement)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: terpri, Assigned: terpri)
References
Details
Attachments
(3 files)
3.47 KB,
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
3.48 KB,
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
2.14 KB,
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
Implement BigInt support for equality operators.
Assignee | ||
Comment 1•7 years ago
|
||
StringToBigInt now fails only on OOM, and returns a JS::Result so that callers can distinguish between OOM errors and parsing failures.
Assignee | ||
Comment 2•7 years ago
|
||
Assignee | ||
Comment 3•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Attachment #9003952 -
Flags: review?(jdemooij)
Assignee | ||
Updated•7 years ago
|
Attachment #9003953 -
Flags: review?(jdemooij)
Assignee | ||
Updated•7 years ago
|
Attachment #9003954 -
Flags: review?(jdemooij)
Updated•7 years ago
|
Attachment #9003952 -
Flags: review?(jdemooij) → review+
Updated•7 years ago
|
Attachment #9003953 -
Flags: review?(jdemooij) → review+
Comment 4•7 years ago
|
||
Comment on attachment 9003954 [details] [diff] [review]
Part 3: Implement BigInt support for equality operators.
Review of attachment 9003954 [details] [diff] [review]:
-----------------------------------------------------------------
Nice
Attachment #9003954 -
Flags: review?(jdemooij) → review+
Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Pushed by nbeleuzu@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/417d94835a03
Part 1: Move error reporting out of StringToBigInt. r=jandem
https://hg.mozilla.org/integration/mozilla-inbound/rev/c62f40111003
Part 2: Add BigInt methods for equality comparison. r=jandem
https://hg.mozilla.org/integration/mozilla-inbound/rev/be6163ba4a6a
Part 3: Implement BigInt support for equality operators. r=jandem
Keywords: checkin-needed
Comment 6•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/417d94835a03
https://hg.mozilla.org/mozilla-central/rev/c62f40111003
https://hg.mozilla.org/mozilla-central/rev/be6163ba4a6a
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•