[webkit-changes] [WebKit/WebKit] 108a03: Check that the Accessor attribute is set in JSObje...

Marcus Plutowski noreply at github.com
Wed May 8 11:51:36 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 108a035df97dfe8eee2814682492fe296c099fd9
      https://github.com/WebKit/WebKit/commit/108a035df97dfe8eee2814682492fe296c099fd9
  Author: Marcus Plutowski <achierius at gmail.com>
  Date:   2024-05-08 (Wed, 08 May 2024)

  Changed paths:
    M Source/JavaScriptCore/runtime/JSObject.h

  Log Message:
  -----------
  Check that the Accessor attribute is set in JSObject::getOwnNonIndexPropertySlot
https://bugs.webkit.org/show_bug.cgi?id=273576
rdar://127365044

Reviewed by Yusuke Suzuki.

We can't put in RELEASE_ASSERTs here since that would cause a nontrivial
perf hit on certain platforms, but we can at least put in debug asserts
to help with debugging.

* Source/JavaScriptCore/runtime/JSObject.h:
(JSC::JSObject::getOwnNonIndexPropertySlot):

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