[webkit-changes] [WebKit/WebKit] fc9840: [JSC] Enable `RegExp.escape`
SUZUKI Sosuke
noreply at github.com
Thu Aug 1 11:01:51 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: fc9840742d57dd5cfbfc754dcc739b065d8d980f
https://github.com/WebKit/WebKit/commit/fc9840742d57dd5cfbfc754dcc739b065d8d980f
Author: Sosuke Suzuki <aosukeke at gmail.com>
Date: 2024-08-01 (Thu, 01 Aug 2024)
Changed paths:
M JSTests/ChakraCore/test/es5/RegExpStrictDelete.baseline-jsc
M LayoutTests/js/Object-getOwnPropertyNames-expected.txt
M LayoutTests/js/dom/regexp-caching-expected.txt
M LayoutTests/js/script-tests/Object-getOwnPropertyNames.js
M Source/JavaScriptCore/runtime/OptionsList.h
Log Message:
-----------
[JSC] Enable `RegExp.escape`
https://bugs.webkit.org/show_bug.cgi?id=277406
Reviewed by Keith Miller and Yusuke Suzuki.
`RegExp.escape` proposal[1] reached Stage 3 in July 2024[2].
[1]: https://github.com/tc39/proposal-regex-escaping
[2]: https://github.com/tc39/agendas/blob/main/2024/07.md
* LayoutTests/js/Object-getOwnPropertyNames-expected.txt:
* LayoutTests/js/dom/regexp-caching-expected.txt:
* LayoutTests/js/script-tests/Object-getOwnPropertyNames.js:
* Source/JavaScriptCore/runtime/OptionsList.h:
Canonical link: https://commits.webkit.org/281718@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