Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c4b2d6458ed1dc99c08aaca5f28a1c4298862933
      
https://github.com/WebKit/WebKit/commit/c4b2d6458ed1dc99c08aaca5f28a1c4298862933
  Author: Sosuke Suzuki <aosuk...@gmail.com>
  Date:   2025-08-04 (Mon, 04 Aug 2025)

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

  Log Message:
  -----------
  [JSC] Add missing exception check for `Array#flat`
https://bugs.webkit.org/show_bug.cgi?id=296887

Reviewed by Daniel Liu.

`Array#flat` was implemented in C++ by https://commits.webkit.org/298127@main.
This implementation caused exception check errors to occur in several debug 
tests[1].

This patch adds the missing exception check.

[1]: https://build.webkit.org/#/builders/1588/builds/469

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

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to