Closed
Bug 1629794
Opened 5 years ago
Closed 5 years ago
Handle absent arguments in AsyncFromSyncIteratorPrototype methods
Categories
(Core :: JavaScript Engine, enhancement, P2)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla77
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: anba, Assigned: anba)
Details
Attachments
(1 file)
Implement the changes from https://github.com/tc39/ecma262/pull/1776.
Assignee | ||
Comment 1•5 years ago
|
||
We're using a shared implementation for the "next", "return", and "throw"
methods, so we only need to adjust a single line of code.
Spec PR: https://github.com/tc39/ecma262/pull/1776
Depends on D70815
Updated•5 years ago
|
Priority: -- → P2
Pushed by apavel@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/df074e9ed321
Handle absent arguments in AsyncFromSyncIteratorPrototype. r=yulia
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
You need to log in
before you can comment on or make changes to this bug.
Description
•