Closed
Bug 1501104
Opened 7 years ago
Closed 7 years ago
BigInt asIntN/asUintN methods
Categories
(Core :: JavaScript Engine, enhancement, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla65
| Tracking | Status | |
|---|---|---|
| firefox65 | --- | fixed |
People
(Reporter: terpri, Assigned: terpri)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
Implement asIntN and asUintN methods for BigInt values.
| Assignee | ||
Comment 1•7 years ago
|
||
Updated•7 years ago
|
Priority: -- → P1
| Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Pushed by csabou@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/64b039293b0a
Implement asIntN and asUintN methods for BigInt values. r=wingo,jandem
Keywords: checkin-needed
Comment 3•7 years ago
|
||
Backed out for causing SM bustages on non262/BigInt/large-bit-length.js.
Push with failures: https://treeherder.mozilla.org/#/jobs?repo=autoland&resultStatus=busted&fromchange=64b039293b0aca1d038cc791ed914487cda42fe5&tochange=1fdba4aa936e303e2c40a888ea088666b0c4db21&selectedJob=210384674
Failure log: https://treeherder.mozilla.org/logviewer.html#?job_id=210384674&repo=autoland&lineNumber=26679
Backout link: https://hg.mozilla.org/integration/autoland/rev/1fdba4aa936e303e2c40a888ea088666b0c4db21
Flags: needinfo?(robin)
| Assignee | ||
Comment 4•7 years ago
|
||
The new test needed to be skipped when BigInt is disabled. Try run: https://treeherder.mozilla.org/#/jobs?repo=try&revision=fc32bded49aedcfbc6de15dc7404067997f07b4b
Flags: needinfo?(robin)
Comment 5•7 years ago
|
||
Can this land now, Robin?
| Assignee | ||
Comment 6•7 years ago
|
||
Yes, it should be ready now, re-setting checkin-needed
Keywords: checkin-needed
Pushed by rvandermeulen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fa0c3cafea63
Implement asIntN and asUintN methods for BigInt values. r=wingo,jandem
Keywords: checkin-needed
Comment 8•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
Updated•7 years ago
|
Keywords: dev-doc-needed
Comment 9•7 years ago
|
||
Note to MDN writers:
* I've not added a note to the Fx65 rel notes, as I believe BigInt is not yet enabled by default.
* These methods should however be documented.
Comment 10•6 years ago
|
||
For doc pages written/updated, see https://github.com/mdn/sprints/issues/1002
(This shipped in 68 and these methods are documented here: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt/asIntN / https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt/asUintN)
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•