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

http://github.com/zpao/v8monkey · JavaScript · 2 lines · 2 code · 0 blank · 0 comment · 0 complexity · 694117332a6d57c27e23c3b2e424a6c2 MD5 · raw file

  1. x = 2147483647;
  2. (x+10, false) ? [x % x] : [2 * x];