[Webkit-unassigned] [Bug 13620] New: Bogus decompilation of "for (var j = 1 in [])"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 8 00:18:16 PDT 2007


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

           Summary: Bogus decompilation of "for (var j = 1 in [])"
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Keywords: HasReduction
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jruderman at gmail.com


> (function() { for (var j = 1 in []) {}  })

function () 
{
  for (var j = 1 =  = 1 in [])
    {
    }
}

So many equals signs!

(Tested with a WebKit nightly I downloaded a few hours ago.  Found with
jsfunfuzz.)


-- 
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