/js/src/jit-test/tests/jaeger/bug660002.js

http://github.com/zpao/v8monkey · JavaScript · 4 lines · 3 code · 0 blank · 1 comment · 0 complexity · 7d3bbd1843f3ec72eb29917a968c9e0b MD5 · raw file

  1. // |jit-test| error: ReferenceError
  2. (function() {
  3. let V = x(x, x = w), x
  4. })()