[Webkit-unassigned] [Bug 111568] New: Token 'not' is ignored in the offlineasm

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 6 05:37:04 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=111568

           Summary: Token 'not' is ignored in the offlineasm
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: galpeter at inf.u-szeged.hu


The token 'not' is ignored in the offlineasm, thus no AST is built for it.

This is the relevant code part:

def parsePredicateAtom
    if @tokens[@idx] == "not"
       @idx += 1
       parsePredicateAtom
    elsif @tokens[@idx] == "("
...

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



More information about the webkit-unassigned mailing list