Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d1ec7b5323ad1afcee48029687fc907a18c7d1f1
https://github.com/WebKit/WebKit/commit/d1ec7b5323ad1afcee48029687fc907a18c7d1f1
Author: Yusuke Suzuki <[email protected]>
Date: 2026-04-26 (Sun, 26 Apr 2026)
Changed paths:
M Source/JavaScriptCore/builtins/DisposableStackPrototype.js
M Source/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp
Log Message:
-----------
[JSC] Remove createSuppressedError builtin
https://bugs.webkit.org/show_bug.cgi?id=313331
rdar://175608137
Reviewed by Sosuke Suzuki.
It is just caling a SuppressedError constructor. We should just call it
directly.
* Source/JavaScriptCore/builtins/DisposableStackPrototype.js:
(linkTimeConstant.createSuppressedError): Deleted.
* Source/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:
(JSC::BytecodeGenerator::emitUsingBodyScope):
Canonical link: https://commits.webkit.org/312033@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications