[Webkit-unassigned] [Bug 221866] New: Rename `slotVisitor` variables to `visitor`.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 12 21:08:45 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=221866

            Bug ID: 221866
           Summary: Rename `slotVisitor` variables to `visitor`.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

In existing code, we sometimes name a SlotVisitor instance `slotVisitor` and sometimes just `visitor`.  This patch makes it so that we use `visitor` consistently everywhere.  This will also reduces the size of the GC verifier patch later.

Also fixed a few typos in comments.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210213/760b4fe8/attachment.htm>


More information about the webkit-unassigned mailing list