RESOLVED DUPLICATE of bug 176114 176115
semicolon being treated as assignment at the program level
https://bugs.webkit.org/show_bug.cgi?id=176115
Summary semicolon being treated as assignment at the program level
Saam Barati
Reported 2017-08-30 12:05:07 PDT
// test.js x=undefined; load("test2.js"); print(x); // prints 123 // test2.js x;123
Attachments
GSkachkov
Comment 1 2017-08-30 12:18:39 PDT
Saam Barati
Comment 2 2017-08-30 12:19:31 PDT
*** This bug has been marked as a duplicate of bug 176114 ***
Note You need to log in before you can comment on or make changes to this bug.