Mypal/js/src/jit-test/tests/auto-regress/bug466654.js

9 lines
166 B
JavaScript

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