[webkit-changes] [WebKit/WebKit] 24e437: [JSC] Misc fixes for Function#bind found by test262

Yusuke Suzuki noreply at github.com
Tue Mar 21 21:48:54 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 24e437b8d08f0c0967990f9baaf0148c11b10e2a
      https://github.com/WebKit/WebKit/commit/24e437b8d08f0c0967990f9baaf0148c11b10e2a
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2023-03-21 (Tue, 21 Mar 2023)

  Changed paths:
    M Source/JavaScriptCore/runtime/FunctionPrototype.cpp
    M Source/JavaScriptCore/runtime/IntlCollatorPrototype.cpp
    M Source/JavaScriptCore/runtime/IntlDateTimeFormatPrototype.cpp
    M Source/JavaScriptCore/runtime/IntlNumberFormatPrototype.cpp

  Log Message:
  -----------
  [JSC] Misc fixes for Function#bind found by test262
https://bugs.webkit.org/show_bug.cgi?id=254248
rdar://107032476

Reviewed by Ross Kirsling.

They are not caught since test262 is not running on EWS.
Misc fixes.

* Source/JavaScriptCore/runtime/FunctionPrototype.cpp:
(JSC::JSC_DEFINE_HOST_FUNCTION):
* Source/JavaScriptCore/runtime/IntlCollatorPrototype.cpp:
(JSC::JSC_DEFINE_CUSTOM_GETTER):
* Source/JavaScriptCore/runtime/IntlDateTimeFormatPrototype.cpp:
(JSC::JSC_DEFINE_CUSTOM_GETTER):
* Source/JavaScriptCore/runtime/IntlNumberFormatPrototype.cpp:
(JSC::JSC_DEFINE_CUSTOM_GETTER):

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




More information about the webkit-changes mailing list