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