WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
274453
[JSC] Use `var` instead of `let` in built-in `IteratorHelper.js
https://bugs.webkit.org/show_bug.cgi?id=274453
Summary
[JSC] Use `var` instead of `let` in built-in `IteratorHelper.js
Sosuke Suzuki
Reported
2024-05-21 01:01:55 PDT
In the built-in JS files, `var` was adopted instead of `let` / `const` by
219251@main[1
]. However, in the functions in `IteratorHelpers.js` added by
250474@main[2
], `let` is used. [1]:
https://commits.webkit.org/219251@main
[2]:
https://commits.webkit.org/250474@main
Attachments
Add attachment
proposed patch, testcase, etc.
Sosuke Suzuki
Comment 1
2024-05-21 01:04:10 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/28840
EWS
Comment 2
2024-05-22 22:43:38 PDT
Committed
279180@main
(d7bdc4ae0598): <
https://commits.webkit.org/279180@main
> Reviewed commits have been landed. Closing PR #28840 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2024-05-22 22:44:14 PDT
<
rdar://problem/128587748
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug