Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6765125ae39a030ae60f040277d5102e77c77690
https://github.com/WebKit/WebKit/commit/6765125ae39a030ae60f040277d5102e77c77690
Author: Yusuke Suzuki <[email protected]>
Date: 2025-10-15 (Wed, 15 Oct 2025)
Changed paths:
A JSTests/stress/perform-promise-then-does-not-cause-exception.js
M Source/JavaScriptCore/runtime/JSMicrotask.cpp
Log Message:
-----------
[JSC] Missing early return after performPromiseThen
https://bugs.webkit.org/show_bug.cgi?id=300830
rdar://162622481
Reviewed by Yijia Huang and Keith Miller.
301454@main accidentally removed early return after performPromiseThen.
This recovers that change.
Test: JSTests/stress/perform-promise-then-does-not-cause-exception.js
* JSTests/stress/perform-promise-then-does-not-cause-exception.js: Added.
(try.fn0):
(try.v0.new.Promise):
(try.fn3):
(try.catch):
* Source/JavaScriptCore/runtime/JSMicrotask.cpp:
(JSC::promiseResolveThenableJobFastSlow):
(JSC::promiseResolveThenableJobWithoutPromiseFastSlow):
Canonical link: https://commits.webkit.org/301585@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