Bug 215975 - [JSC] for-of uses AssignmentExpression while for-in uses Expression
Summary: [JSC] for-of uses AssignmentExpression while for-in uses Expression
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-08-29 01:48 PDT by Yusuke Suzuki
Modified: 2020-08-29 12:07 PDT (History)
8 users (show)

See Also:


Attachments
Patch (4.93 KB, patch)
2020-08-29 01:49 PDT, Yusuke Suzuki
ross.kirsling: 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-08-29 01:48:09 PDT
[JSC] for-of uses AssignmentExpression while for-in uses Expression
Comment 1 Yusuke Suzuki 2020-08-29 01:49:29 PDT
Created attachment 407535 [details]
Patch
Comment 2 Ross Kirsling 2020-08-29 01:50:39 PDT
Comment on attachment 407535 [details]
Patch

r=me. Interesting!
Comment 3 Yusuke Suzuki 2020-08-29 12:06:51 PDT
Committed r266326: <https://trac.webkit.org/changeset/266326>
Comment 4 Radar WebKit Bug Importer 2020-08-29 12:07:17 PDT
<rdar://problem/68001563>