[Webkit-unassigned] [Bug 13622] New: Decompiler omits trailing comma in array literal

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 8 00:49:10 PDT 2007


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

           Summary: Decompiler omits trailing comma in array literal
           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(){ return [1,,,] })
function () 
{
  return [1,,];
}

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