Source code
Revision control
Copy as Markdown
Other Tools
/* Don't trip bogus assert. */
function foo()
{
var x;
while (x = 0) {
x = 1;
}
}
foo();
/* Don't trip bogus assert. */
function foo()
{
var x;
while (x = 0) {
x = 1;
}
}
foo();