Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 370fcab2a837d6d07c9a010f9ab770424e897e46
https://github.com/WebKit/WebKit/commit/370fcab2a837d6d07c9a010f9ab770424e897e46
Author: Yusuke Suzuki <[email protected]>
Date: 2026-04-27 (Mon, 27 Apr 2026)
Changed paths:
M Source/JavaScriptCore/builtins/BuiltinNames.h
M Source/JavaScriptCore/bytecode/LinkTimeConstant.h
M Source/JavaScriptCore/runtime/ArrayConstructor.cpp
M Source/JavaScriptCore/runtime/JSGlobalObject.cpp
Log Message:
-----------
[JSC] Remove @isArraySlow
https://bugs.webkit.org/show_bug.cgi?id=313402
rdar://175659960
Reviewed by Yijia Huang.
As we moved Array.isArray implementation to C++, this function is no
longer used. Just removing it.
* Source/JavaScriptCore/builtins/BuiltinNames.h:
* Source/JavaScriptCore/bytecode/LinkTimeConstant.h:
* Source/JavaScriptCore/runtime/ArrayConstructor.cpp:
* Source/JavaScriptCore/runtime/JSGlobalObject.cpp:
(JSC::JSGlobalObject::init):
Canonical link: https://commits.webkit.org/312112@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications