[Webkit-unassigned] [Bug 108786] New: [wince port]javascript crushed when run test contains window object

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 3 19:44:02 PST 2013


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

           Summary: [wince port]javascript crushed when run test contains
                    window object
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zhangdw at cn.fujitsu.com


when i run test whice contains window object,such as:
    var width = window.window.innerWidth;
or
    if(window.localStorage)
    {
       document.write("ok");
    }
    else
    {
       document.write("ng");
    }

the js engine got some errors,and abort.
According to some running log,i found there were error occured during complie the js course to bytecode(function String Parser<LexerType>::parseInner()).
Is there anybody have ever got this problem or know the reason?
please tell me,thank you!

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