[Webkit-unassigned] [Bug 158488] New: calculatedDisplayName() and friends actually need a VM& and not a ExecState/CallFrame.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 7 11:57:41 PDT 2016


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

            Bug ID: 158488
           Summary: calculatedDisplayName() and friends actually need a
                    VM& and not a ExecState/CallFrame.
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local 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

calculatedDisplayName() (and some of its friends) actually just need a VM&.  Their work has nothing to do with an ExecState at all.  This patch will make that clear by changing these functions to take a VM& arg instead of an ExecState* or CallFrame*.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160607/49f02a0c/attachment.html>


More information about the webkit-unassigned mailing list