blob: f270f882bdd92936deedb2e02c7160b65a094f27 [file] [log] [blame]
// |jit-test| error:TypeError
// Binary: cache/js-dbg-64-6c8becdd1574-linux
// Flags:
//
(function () {
[] = x = /x/;
x.toString = Function.prototype.bind;
print(x)
})()