Source code

Revision control

Copy as Markdown

Other Tools

function f(x) {
var y;
gc();
++x.x;
}
f(1);
f.call(2, 3);