[webkit-changes] [WebKit/WebKit] 957b7f: [JSC] Remove unused `arraySpeciesWatchpointIsValid...

SUZUKI Sosuke noreply at github.com
Tue Oct 15 07:50:36 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 957b7f2a1d3f548630f197a11fe4499d27e8a200
      https://github.com/WebKit/WebKit/commit/957b7f2a1d3f548630f197a11fe4499d27e8a200
  Author: Sosuke Suzuki <aosukeke at gmail.com>
  Date:   2024-10-15 (Tue, 15 Oct 2024)

  Changed paths:
    M Source/JavaScriptCore/builtins/BuiltinNames.h
    M Source/JavaScriptCore/bytecode/LinkTimeConstant.h
    M Source/JavaScriptCore/runtime/ArrayPrototype.cpp
    M Source/JavaScriptCore/runtime/ArrayPrototype.h
    M Source/JavaScriptCore/runtime/JSGlobalObject.cpp

  Log Message:
  -----------
  [JSC] Remove unused `arraySpeciesWatchpointIsValid` link time constant
https://bugs.webkit.org/show_bug.cgi?id=281434

Reviewed by Yijia Huang.

`arraySpeciesWatchpointIsValid` link time constant is added by https://commits.webkit.org/284330@main.
However, it is no longer used by https://commits.webkit.org/284847@main.

This patch removes the unused `arraySpeciesWatchpointIsValid` link time constant.

* Source/JavaScriptCore/builtins/BuiltinNames.h:
* Source/JavaScriptCore/bytecode/LinkTimeConstant.h:
* Source/JavaScriptCore/runtime/ArrayPrototype.cpp:
* Source/JavaScriptCore/runtime/JSGlobalObject.cpp:
(JSC::JSGlobalObject::init):

Canonical link: https://commits.webkit.org/285194@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