[Webkit-unassigned] [Bug 10878] New: Incorrect decompilation for "4..x"

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Fri Sep 15 23:18:39 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10878

           Summary: Incorrect decompilation for "4..x"
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Keywords: HasReduction
          Severity: minor
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: jruderman at gmail.com


javascript:alert(function(){alert(4..x)})

decompiles with "4.x", which is a syntax error.

Here are some decompilations that I think would be correct; please choose one
;)

(4).x  (this is what Firefox trunk does)
4..x
4 .x


-- 
Configure bugmail: http://bugzilla.opendarwin.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