Bug 176115
Summary: | semicolon being treated as assignment at the program level | ||
---|---|---|---|
Product: | WebKit | Reporter: | Saam Barati <saam> |
Component: | JavaScriptCore | Assignee: | Saam Barati <saam> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | benjamin, fpizlo, ggaren, gskachkov, jfbastien, keith_miller, mark.lam, msaboff, oliver, rmorisset, ticaiolima, ysuzuki |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=176114 |
Saam Barati
// test.js
x=undefined;
load("test2.js");
print(x); // prints 123
// test2.js
x;123
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
GSkachkov
There is a duplicate https://bugs.webkit.org/show_bug.cgi?id=176114
Saam Barati
*** This bug has been marked as a duplicate of bug 176114 ***