blob: 5f84989e75e06d1cb88bac1e9319292f9e00eb67 [file] [log] [blame]
// |jit-test| error:TypeError
// Binary: cache/js-dbg-64-9ca0a738a8ad-linux
// Flags:
//
__defineSetter__("x", Array.reduce)
x = Proxy.create(function() {},
this.watch("x",
function() {
yield
}))