Source code

Revision control

Copy as Markdown

Other Tools

// |jit-test| error: ReferenceError
{
while (x && 0) {}
let x
}