Bug 108786
| Summary: | [wince port]javascript crushed when run test contains window object | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | zhangdw <zhangdw> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | Normal | CC: | paroga |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Other | ||
| OS: | Other | ||
zhangdw
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!
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
zhangdw
The webkit version is r132548.
Patrick R. Gansterer
I tried with the current trunk, but was not able to reproduce this problem. Can you recheck?
Patrick R. Gansterer
Please feel free to reopen the bug if you still see the problem.