Bug 274453
| Summary: | [JSC] Use `var` instead of `let` in built-in `IteratorHelper.js | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sosuke Suzuki <sosuke> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Sosuke Suzuki
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
Pull request: https://github.com/WebKit/WebKit/pull/28840
EWS
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
<rdar://problem/128587748>