Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 173a0bd6d9373b6131006bbea2ba7a613b675a63
https://github.com/WebKit/WebKit/commit/173a0bd6d9373b6131006bbea2ba7a613b675a63
Author: Sosuke Suzuki <[email protected]>
Date: 2026-07-29 (Wed, 29 Jul 2026)
Changed paths:
M Source/JavaScriptCore/runtime/JSObject.cpp
Log Message:
-----------
[JSC] Use `defaultToPrimitiveFastAndNonObservable` for `JSObject::toString`
https://bugs.webkit.org/show_bug.cgi?id=320540
Reviewed by Yusuke Suzuki.
Structure::defaultToPrimitiveFastAndNonObservable has been added by 317978@main.
This patch changes to use it for `JSObject::toString` as well.
* Source/JavaScriptCore/runtime/JSObject.cpp:
(JSC::JSObject::toString const):
Canonical link: https://commits.webkit.org/318211@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications