[webkit-changes] [WebKit/WebKit] 6ff2c3: [JSC] Enable `Error.isError`
SUZUKI Sosuke
noreply at github.com
Sun Dec 8 18:48:34 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6ff2c3efe645c75c507be73533d06962501ee1be
https://github.com/WebKit/WebKit/commit/6ff2c3efe645c75c507be73533d06962501ee1be
Author: Sosuke Suzuki <aosukeke at gmail.com>
Date: 2024-12-08 (Sun, 08 Dec 2024)
Changed paths:
M LayoutTests/js/Object-getOwnPropertyNames-expected.txt
M LayoutTests/js/script-tests/Object-getOwnPropertyNames.js
M Source/JavaScriptCore/runtime/OptionsList.h
Log Message:
-----------
[JSC] Enable `Error.isError`
https://bugs.webkit.org/show_bug.cgi?id=284218
Reviewed by Yusuke Suzuki.
`Error.isError` proposal[1] reached stage 3 in Dec 2024[2]. This patch enable it.
[1]: https://github.com/tc39/proposal-is-error
[2]: https://github.com/tc39/proposals/commit/6db6ffbd7527f481486ee5ea398c054588128f9a
* Source/JavaScriptCore/runtime/OptionsList.h:
Canonical link: https://commits.webkit.org/287527@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list