michael@0: // |jit-test| error:TypeError michael@0: michael@0: // Binary: cache/js-dbg-32-29add08d84ae-linux michael@0: // Flags: -j michael@0: // michael@0: this.watch('y', /x/g ); michael@0: for each (y in ['q', 'q', 'q']) continue; michael@0: gc();