[webkit-changes] [WebKit/WebKit] 66909c: [JSC] Don't use destructuring assignment in builti...

SUZUKI Sosuke noreply at github.com
Sun Sep 1 09:47:11 PDT 2024


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

  Changed paths:
    M Source/JavaScriptCore/builtins/PromiseConstructor.js

  Log Message:
  -----------
  [JSC] Don't use destructuring assignment in builtin `PromiseConstructor.js`
https://bugs.webkit.org/show_bug.cgi?id=278958

Reviewed by Yusuke Suzuki.

This patch removes destructuring assignment from builtin `PromiseConstructor.js`.

* Source/JavaScriptCore/builtins/PromiseConstructor.js:
(allSettled):

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