Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 93f25da5be3c00858d780557ba0e28ce8cf5a279
https://github.com/WebKit/WebKit/commit/93f25da5be3c00858d780557ba0e28ce8cf5a279
Author: Yusuke Suzuki <[email protected]>
Date: 2025-11-12 (Wed, 12 Nov 2025)
Changed paths:
M Source/JavaScriptCore/runtime/JSMicrotask.cpp
M Source/JavaScriptCore/runtime/JSPromise.cpp
M Source/JavaScriptCore/runtime/JSPromise.h
M Source/JavaScriptCore/runtime/JSPromiseConstructor.cpp
Log Message:
-----------
[JSC] Use performPromiseThenWithInternalMicrotask in
PromiseResolveThenableJobFast implementation
https://bugs.webkit.org/show_bug.cgi?id=302383
rdar://164537628
Reviewed by Sosuke Suzuki.
Let's just invoke performPromiseThenWithInternalMicrotask in
PromiseResolveThenableJobFast implementation.
The code is exactly the same at this point.
* Source/JavaScriptCore/runtime/JSMicrotask.cpp:
(JSC::runInternalMicrotask):
* Source/JavaScriptCore/runtime/JSPromise.cpp:
(JSC::JSPromise::performPromiseThenWithInternalMicrotask):
(JSC::JSPromise::triggerPromiseReactions):
* Source/JavaScriptCore/runtime/JSPromise.h:
* Source/JavaScriptCore/runtime/JSPromiseConstructor.cpp:
(JSC::JSC_DEFINE_HOST_FUNCTION):
Canonical link: https://commits.webkit.org/302901@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications