Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3ac446bb73b32adf32379c2aca7332c30db2aedc
https://github.com/WebKit/WebKit/commit/3ac446bb73b32adf32379c2aca7332c30db2aedc
Author: Yusuke Suzuki <[email protected]>
Date: 2026-07-15 (Wed, 15 Jul 2026)
Changed paths:
M Source/JavaScriptCore/runtime/JSMicrotask.cpp
M Source/JavaScriptCore/runtime/JSMicrotask.h
Log Message:
-----------
[JSC] Threading MicrotaskCallCache* in more microtask functions
https://bugs.webkit.org/show_bug.cgi?id=319484
rdar://182290046
Reviewed by Keith Miller.
Threading MicrotaskCallCache* to more microtask functions like
async-generator related ones when we call callMicrotask.
* Source/JavaScriptCore/runtime/JSMicrotask.cpp:
(JSC::promiseResolveThenableJob):
(JSC::asyncFromSyncIteratorContinueOrDone):
(JSC::asyncGeneratorBodyCall):
(JSC::asyncGeneratorUnwrapYieldResumption):
(JSC::asyncGeneratorResume):
(JSC::asyncGeneratorYield):
(JSC::asyncGeneratorYieldAwaited):
(JSC::asyncGeneratorDispatchSuspend):
(JSC::asyncGeneratorBodyCallNormal):
(JSC::asyncGeneratorBodyCallReturn):
(JSC::promiseFinallyReactionJob):
(JSC::asyncGeneratorDriverResume):
(JSC::runInternalMicrotask):
* Source/JavaScriptCore/runtime/JSMicrotask.h:
Canonical link: https://commits.webkit.org/317248@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications