Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a4d9f6f9278a421409be76afa66900f9370bc236
https://github.com/WebKit/WebKit/commit/a4d9f6f9278a421409be76afa66900f9370bc236
Author: Sosuke Suzuki <[email protected]>
Date: 2025-10-09 (Thu, 09 Oct 2025)
Changed paths:
A JSTests/stress/async-stack-trace-promise-allSettled-basic.js
M Source/JavaScriptCore/builtins/PromiseConstructor.js
M Source/JavaScriptCore/interpreter/Interpreter.cpp
Log Message:
-----------
[JSC] Support `Promise.allSettled` in async stack trace
https://bugs.webkit.org/show_bug.cgi?id=300196
Reviewed by Yusuke Suzuki.
This patch changes to support `Promise.allSettled` in async stack trace
Test: JSTests/stress/async-stack-trace-promise-allSettled-basic.js
* JSTests/stress/async-stack-trace-promise-allSettled-basic.js: Added.
(nop):
(shouldBe):
(testStack):
(async fine):
(async thrower):
(async run):
(testStack.async fine):
(testStack.async task1):
(testStack.async task2):
(testStack.async task3):
(testStack.async run):
* Source/JavaScriptCore/builtins/PromiseConstructor.js:
(allSettled):
* Source/JavaScriptCore/interpreter/Interpreter.cpp:
(JSC::Interpreter::getAsyncStackTrace):
Canonical link: https://commits.webkit.org/301257@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes