Bug 216643 - [JSC] Async generator default-export is not handled
Summary: [JSC] Async generator default-export is not handled
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-09-17 03:53 PDT by Yusuke Suzuki
Modified: 2020-09-17 10:55 PDT (History)
8 users (show)

See Also:


Attachments
Patch (5.27 KB, patch)
2020-09-17 03:54 PDT, Yusuke Suzuki
ross.kirsling: review+
ews-feeder: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2020-09-17 03:53:35 PDT
[JSC] Async generator default-export is not handled
Comment 1 Yusuke Suzuki 2020-09-17 03:54:38 PDT
Created attachment 409019 [details]
Patch
Comment 2 Ross Kirsling 2020-09-17 10:16:25 PDT
Comment on attachment 409019 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=409019&action=review

r=me. What a surprising way for us to have something not work, haha.

> JSTests/modules/async-generator-default.js:4
> +async function * test2() { }

Is this needed?
Comment 3 Yusuke Suzuki 2020-09-17 10:17:21 PDT
Comment on attachment 409019 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=409019&action=review

>> JSTests/modules/async-generator-default.js:4
>> +async function * test2() { }
> 
> Is this needed?

Oops, removed.
Comment 4 Yusuke Suzuki 2020-09-17 10:54:33 PDT
Committed r267199: <https://trac.webkit.org/changeset/267199>
Comment 5 Radar WebKit Bug Importer 2020-09-17 10:55:16 PDT
<rdar://problem/69081403>