Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: bb2cb133ba60ec72ca4ec4324df87fe6ef9ad999
      
https://github.com/WebKit/WebKit/commit/bb2cb133ba60ec72ca4ec4324df87fe6ef9ad999
  Author: Sosuke Suzuki <[email protected]>
  Date:   2025-09-08 (Mon, 08 Sep 2025)

  Changed paths:
    M Source/JavaScriptCore/runtime/IteratorOperations.h
    M Source/JavaScriptCore/runtime/JSSet.cpp
    M Source/JavaScriptCore/runtime/JSSet.h
    M Source/JavaScriptCore/runtime/JSSetInlines.h

  Log Message:
  -----------
  [JSC] Refactor `IteratorOperations.h`
https://bugs.webkit.org/show_bug.cgi?id=298494

Reviewed by Yusuke Suzuki.

This patch changes following:

- Remove `static` from `forEachInIterationRecord` since it is now used from 
`SetPrototype.cpp`
- Add `ALWAYS_INLINE` to `isIteratorProtocolFastAndNonObservable`

* Source/JavaScriptCore/runtime/IteratorOperations.h:
(JSC::forEachInIterationRecord):
* Source/JavaScriptCore/runtime/JSSet.cpp:
(JSC::JSSet::isIteratorProtocolFastAndNonObservable): Deleted.
* Source/JavaScriptCore/runtime/JSSet.h:
* Source/JavaScriptCore/runtime/JSSetInlines.h:
(JSC::JSSet::isIteratorProtocolFastAndNonObservable):

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