[Webkit-unassigned] [Bug 17931] New: Incorrect decompilation with |new|

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 18 18:21:31 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=17931

           Summary: Incorrect decompilation with |new|
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Keywords: HasReduction
          Severity: Minor
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jruderman at gmail.com
OtherBugsDependingO 13638
             nThis:


> f = (function () { new (a.b()).c })
function () 
{
  new a.b().c;
}

> eval("(" + f + ")")
function () 
{
  (new a.b()).c;
}

At some point, the function changed meaning...

This bug exists in Safari 3.1 and in ToT testkjs.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list