Bug 274453

Summary: [JSC] Use `var` instead of `let` in built-in `IteratorHelper.js
Product: WebKit Reporter: Sosuke Suzuki <sosuke>
Component: JavaScriptCoreAssignee: 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
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
Sosuke Suzuki
Comment 1 2024-05-21 01:04:10 PDT
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
Note You need to log in before you can comment on or make changes to this bug.