[webkit-changes] [WebKit/WebKit] 50dea9: [JSC] Use `JSC_NATIVE_FUNCTION_WITHOUT_TRANSITION`...
SUZUKI Sosuke
noreply at github.com
Sat Sep 21 07:30:19 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 50dea939575b7af58af19a96674c9f4fe252c42f
https://github.com/WebKit/WebKit/commit/50dea939575b7af58af19a96674c9f4fe252c42f
Author: Sosuke Suzuki <aosukeke at gmail.com>
Date: 2024-09-21 (Sat, 21 Sep 2024)
Changed paths:
M Source/JavaScriptCore/runtime/JSIteratorPrototype.cpp
Log Message:
-----------
[JSC] Use `JSC_NATIVE_FUNCTION_WITHOUT_TRANSITION` for `Iterator.prototype.toArray`
https://bugs.webkit.org/show_bug.cgi?id=280104
Reviewed by Yusuke Suzuki.
Use `JSC_NATIVE_FUNCTION_WITHOUT_TRANSITION` for `Iterator.prototype.toArray`.
* Source/JavaScriptCore/runtime/JSIteratorPrototype.cpp:
(JSC::JSIteratorPrototype::finishCreation):
Canonical link: https://commits.webkit.org/284034@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