[Webkit-unassigned] [Bug 140110] New: Fix Use details for op_create_lexical_environment and op_create_arguments

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 5 18:55:00 PST 2015


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

            Bug ID: 140110
           Summary: Fix Use details for op_create_lexical_environment and
                    op_create_arguments
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (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

The current "Use" details for op_create_lexical_environment and op_create_arguments are wrong.  op_create_argument uses nothing instead of 1st operand (the output local).  op_create_lexical_environment uses its 2nd operand (the scope chain) instead of the 1st (the output local).

-- 
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/20150106/44253648/attachment-0002.html>


More information about the webkit-unassigned mailing list