Source code

Revision control

Copy as Markdown

Other Tools

// |jit-test| error:TypeError
// Binary: cache/js-dbg-64-74a8fb1bbec5-linux
// Flags: -m -n -a
//
test();
function test()
{
for (var j = 0; j < 10; ++j) new j;
}