[webkit-changes] [WebKit/WebKit] a4b012: [JSC] Increase Object.assign's buffer size

Yusuke Suzuki noreply at github.com
Mon Jul 15 15:32:35 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a4b012ee90f83b098f5bdfb57976404ced7c9ec3
      https://github.com/WebKit/WebKit/commit/a4b012ee90f83b098f5bdfb57976404ced7c9ec3
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2024-07-15 (Mon, 15 Jul 2024)

  Changed paths:
    M Source/JavaScriptCore/runtime/ObjectConstructor.cpp

  Log Message:
  -----------
  [JSC] Increase Object.assign's buffer size
https://bugs.webkit.org/show_bug.cgi?id=276626
rdar://131783658

Reviewed by Yijia Huang.

This patch increases MarkedArgumentBufferWithSize from 16 to 32 to cover more cases we can find in the wild.

* Source/JavaScriptCore/runtime/ObjectConstructor.cpp:
(JSC::JSC_DEFINE_HOST_FUNCTION):

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