Source code

Revision control

Copy as Markdown

Other Tools

// |jit-test| error:InternalError
// Binary: cache/js-dbg-64-a3946d490610-linux
// Flags:
//
var x = [];
x.join = x.toString;
"" + x;