[Webkit-unassigned] [Bug 14897] New: Decompilation of double negation fails and produces invalid or incorrect code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 7 20:28:25 PDT 2007


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

           Summary: Decompilation of double negation fails and produces
                    invalid or incorrect code
           Product: WebKit
           Version: 522+ (nightly)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: oliver at apple.com


> (function() {  a - -b; }  )

becomes

function() {a--b;}

and 
- -b
becomes
--b

Which is also clearly wrong and bad, but *will* compile


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