Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: fe9e0fe87c927ae4f1add0fdf2ce40f75c2b280b https://github.com/WebKit/WebKit/commit/fe9e0fe87c927ae4f1add0fdf2ce40f75c2b280b Author: Yusuke Suzuki <ysuz...@apple.com> Date: 2025-04-24 (Thu, 24 Apr 2025)
Changed paths: M Source/JavaScriptCore/builtins/TypedArrayPrototype.js M Source/JavaScriptCore/runtime/JSGenericTypedArrayViewPrototypeFunctions.h M Source/JavaScriptCore/runtime/JSTypedArrayViewPrototype.cpp Log Message: ----------- [JSC] Implement TypedArray#every and TypedArray#some in C++ https://bugs.webkit.org/show_bug.cgi?id=291964 rdar://149873183 Reviewed by Keith Miller. Using forEach's helper function and implementing TypedArray#every and TypedArray#some in C++ too. * Source/JavaScriptCore/builtins/TypedArrayPrototype.js: (every): Deleted. (some): Deleted. * Source/JavaScriptCore/runtime/JSGenericTypedArrayViewPrototypeFunctions.h: (JSC::genericTypedArrayViewProtoFuncEvery): (JSC::genericTypedArrayViewProtoFuncSome): * Source/JavaScriptCore/runtime/JSTypedArrayViewPrototype.cpp: (JSC::JSC_DEFINE_HOST_FUNCTION): (JSC::JSTypedArrayViewPrototype::finishCreation): Canonical link: https://commits.webkit.org/294081@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes