[webkit-changes] [WebKit/WebKit] 6a160a: [JSC] Use `var` instead of `const` in `JSIteratorP...
SUZUKI Sosuke
noreply at github.com
Sat Sep 21 07:32:03 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6a160a03d828d3e287190612c6e5bae544e2718a
https://github.com/WebKit/WebKit/commit/6a160a03d828d3e287190612c6e5bae544e2718a
Author: Sosuke Suzuki <aosukeke at gmail.com>
Date: 2024-09-21 (Sat, 21 Sep 2024)
Changed paths:
M Source/JavaScriptCore/builtins/JSIteratorPrototype.js
Log Message:
-----------
[JSC] Use `var` instead of `const` in `JSIteratorPrototype.js`
https://bugs.webkit.org/show_bug.cgi?id=280106
Reviewed by Yusuke Suzuki.
Use `var` instead of `const` in `JSIteratorPrototype.js`.
* Source/JavaScriptCore/builtins/JSIteratorPrototype.js:
(some):
(every):
(find):
Canonical link: https://commits.webkit.org/284035@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list