blob: 5248f7f35a405aebd0d29833a258aa507cbf5146 [file] [log] [blame]
Array.prototype[Symbol.iterator] = function() {
throw new Error("Bad, this should not be called!");
}
let regexp = /(foo)/;
regexp[Symbol.replace]("foo", "bar");