Bug 220206 - [JSC] Wasm multivalue should iterate iterable result from JS function first before converting values
Summary: [JSC] Wasm multivalue should iterate iterable result from JS function first b...
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-12-30 17:06 PST by Yusuke Suzuki
Modified: 2020-12-30 19:20 PST (History)
8 users (show)

See Also:


Attachments
Patch (9.19 KB, patch)
2020-12-30 17:08 PST, Yusuke Suzuki
ashvayka: review+
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-12-30 17:06:59 PST
[JSC] Wasm multivalue should iterate iterable result from JS function first before converting values
Comment 1 Yusuke Suzuki 2020-12-30 17:08:17 PST
Created attachment 416857 [details]
Patch
Comment 2 Yusuke Suzuki 2020-12-30 18:50:15 PST
Committed r271113: <https://trac.webkit.org/changeset/271113>
Comment 3 Radar WebKit Bug Importer 2020-12-30 18:51:15 PST
<rdar://problem/72746658>
Comment 4 Yusuke Suzuki 2020-12-30 19:20:58 PST
Committed r271114: <https://trac.webkit.org/changeset/271114>