Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 108a035df97dfe8eee2814682492fe296c099fd9
      
https://github.com/WebKit/WebKit/commit/108a035df97dfe8eee2814682492fe296c099fd9
  Author: Marcus Plutowski <[email protected]>
  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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to