Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f51f9d03643abfd6e672a153c6f3ccbbcf01edb7
      
https://github.com/WebKit/WebKit/commit/f51f9d03643abfd6e672a153c6f3ccbbcf01edb7
  Author: Yusuke Suzuki <[email protected]>
  Date:   2025-06-04 (Wed, 04 Jun 2025)

  Changed paths:
    M Source/JavaScriptCore/builtins/BuiltinNames.h
    M Source/JavaScriptCore/builtins/TypedArrayPrototype.js
    M Source/JavaScriptCore/bytecode/LinkTimeConstant.h
    M Source/JavaScriptCore/runtime/JSGenericTypedArrayViewPrototypeFunctions.h
    M Source/JavaScriptCore/runtime/JSGlobalObject.cpp
    M Source/JavaScriptCore/runtime/JSTypedArrayViewPrototype.cpp
    M Source/JavaScriptCore/runtime/JSTypedArrayViewPrototype.h

  Log Message:
  -----------
  [JSC] Implement TypedArray#map / TypedArray#filter in C++
https://bugs.webkit.org/show_bug.cgi?id=293975
rdar://152519277

Reviewed by Sosuke Suzuki.

This patch implements TypedArray#map / filter in C++. We are moving most of
TypedArray functions to C++ since C++ can do much faster operation in
particular for these typed code.

* Source/JavaScriptCore/builtins/TypedArrayPrototype.js:
(map): Deleted.
* Source/JavaScriptCore/runtime/JSGenericTypedArrayViewPrototypeFunctions.h:
(JSC::genericTypedArrayViewProtoFuncMap):
* Source/JavaScriptCore/runtime/JSTypedArrayViewPrototype.cpp:
(JSC::JSC_DEFINE_HOST_FUNCTION):
(JSC::JSTypedArrayViewPrototype::finishCreation):

Canonical link: https://commits.webkit.org/295833@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to