[webkit-changes] [WebKit/WebKit] a5d948: [JSC] Remove already enabled & shipped feature flags
Yusuke Suzuki
noreply at github.com
Fri Feb 21 01:37:33 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a5d9483b566d31b579e7db915d5c630e4e303909
https://github.com/WebKit/WebKit/commit/a5d9483b566d31b579e7db915d5c630e4e303909
Author: Yusuke Suzuki <ysuzuki at apple.com>
Date: 2025-02-21 (Fri, 21 Feb 2025)
Changed paths:
M JSTests/microbenchmarks/from-hex.js
M JSTests/microbenchmarks/to-base64.js
M JSTests/microbenchmarks/to-hex.js
M JSTests/stress/error-isError.js
M JSTests/stress/promise-try.js
M JSTests/stress/regexp-escape.js
M JSTests/stress/uint8array-fromBase64.js
M JSTests/stress/uint8array-fromHex.js
M JSTests/stress/uint8array-setFromBase64-write-up-to-error.js
M JSTests/stress/uint8array-setFromBase64.js
M JSTests/stress/uint8array-setFromHex.js
M JSTests/stress/uint8array-toBase64.js
M JSTests/stress/uint8array-toHex.js
M JSTests/test262/config.yaml
M Source/JavaScriptCore/runtime/AtomicsObject.cpp
M Source/JavaScriptCore/runtime/ErrorConstructor.cpp
M Source/JavaScriptCore/runtime/JSGenericTypedArrayViewConstructorInlines.h
M Source/JavaScriptCore/runtime/JSGenericTypedArrayViewPrototypeInlines.h
M Source/JavaScriptCore/runtime/JSGlobalObject.cpp
M Source/JavaScriptCore/runtime/JSPromiseConstructor.cpp
M Source/JavaScriptCore/runtime/OptionsList.h
M Source/JavaScriptCore/runtime/RegExpConstructor.cpp
Log Message:
-----------
[JSC] Remove already enabled & shipped feature flags
https://bugs.webkit.org/show_bug.cgi?id=288184
rdar://145274033
Reviewed by Yijia Huang.
Remove already enabled & shipped JS feature flags to clean up the code.
* JSTests/microbenchmarks/from-hex.js:
* JSTests/microbenchmarks/to-base64.js:
* JSTests/microbenchmarks/to-hex.js:
* JSTests/stress/error-isError.js:
* JSTests/stress/promise-try.js:
* JSTests/stress/regexp-escape.js:
* JSTests/stress/uint8array-fromBase64.js:
* JSTests/stress/uint8array-fromHex.js:
* JSTests/stress/uint8array-setFromBase64-write-up-to-error.js:
* JSTests/stress/uint8array-setFromBase64.js:
* JSTests/stress/uint8array-setFromHex.js:
* JSTests/stress/uint8array-toBase64.js:
* JSTests/stress/uint8array-toHex.js:
* JSTests/test262/config.yaml:
* Source/JavaScriptCore/runtime/AtomicsObject.cpp:
(JSC::AtomicsObject::finishCreation):
* Source/JavaScriptCore/runtime/ErrorConstructor.cpp:
(JSC::ErrorConstructor::finishCreation):
* Source/JavaScriptCore/runtime/JSGenericTypedArrayViewConstructorInlines.h:
(JSC::JSGenericTypedArrayViewConstructor<ViewClass>::finishCreation):
* Source/JavaScriptCore/runtime/JSGenericTypedArrayViewPrototypeInlines.h:
(JSC::JSGenericTypedArrayViewPrototype<ViewClass>::finishCreation):
* Source/JavaScriptCore/runtime/JSGlobalObject.cpp:
(JSC::JSGlobalObject::init):
* Source/JavaScriptCore/runtime/JSPromiseConstructor.cpp:
(JSC::JSPromiseConstructor::finishCreation):
* Source/JavaScriptCore/runtime/OptionsList.h:
* Source/JavaScriptCore/runtime/RegExpConstructor.cpp:
(JSC::RegExpConstructor::finishCreation):
Canonical link: https://commits.webkit.org/290777@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