[webkit-changes] [WebKit/WebKit] e5ebb3: Simplify JSStringJoiner

Chris Dumez noreply at github.com
Sat Mar 25 13:41:10 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e5ebb31dd3b9fde86bee4123a9dfe2852ce169f5
      https://github.com/WebKit/WebKit/commit/e5ebb31dd3b9fde86bee4123a9dfe2852ce169f5
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2023-03-25 (Sat, 25 Mar 2023)

  Changed paths:
    M Source/JavaScriptCore/runtime/ArrayPrototype.cpp
    M Source/JavaScriptCore/runtime/JSGenericTypedArrayViewPrototypeFunctions.h
    M Source/JavaScriptCore/runtime/JSStringJoiner.h

  Log Message:
  -----------
  Simplify JSStringJoiner
https://bugs.webkit.org/show_bug.cgi?id=254464

Reviewed by Mark Lam.

Simplify JSStringJoiner by dropping one of its constructors and one of its data members.

* Source/JavaScriptCore/runtime/ArrayPrototype.cpp:
(JSC::JSC_DEFINE_HOST_FUNCTION):
* Source/JavaScriptCore/runtime/JSGenericTypedArrayViewPrototypeFunctions.h:
(JSC::genericTypedArrayViewProtoFuncJoin):
* Source/JavaScriptCore/runtime/JSStringJoiner.h:

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




More information about the webkit-changes mailing list