[webkit-changes] [WebKit/WebKit] d9ed92: [JSC] Remove outdated private builtin names for `A...

SUZUKI Sosuke noreply at github.com
Mon Sep 9 03:17:26 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d9ed9219c5f78eca391c1fe92681703335fdebf4
      https://github.com/WebKit/WebKit/commit/d9ed9219c5f78eca391c1fe92681703335fdebf4
  Author: Sosuke Suzuki <aosukeke at gmail.com>
  Date:   2024-09-09 (Mon, 09 Sep 2024)

  Changed paths:
    M Source/JavaScriptCore/builtins/BuiltinNames.h

  Log Message:
  -----------
  [JSC] Remove outdated private builtin names for `AsyncFromSyncIterator`
https://bugs.webkit.org/show_bug.cgi?id=279337

Reviewed by Yusuke Suzuki.

The private built-in names `nextMethod` and `syncIterator` are no longer in use[1].

This patch removes these outdated built-in names.

[1]: https://commits.webkit.org/283311@main

* Source/JavaScriptCore/builtins/BuiltinNames.h:

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