Source code

Revision control

Copy as Markdown

Other Tools

// |jit-test| error:ReferenceError
test();
function test() {
(arguments);
F.prototype = new F();
}