Source code

Revision control

Copy as Markdown

Other Tools

// |jit-test| error: TypeError
x = [0];
x.length = 9;
Object.freeze(x);
x.reverse();