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

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

  1. let(x) {
  2. x + x--
  3. }
  4. /* Don't assert. */