/js/src/jit-test/tests/jaeger/recompile/bug655998.js

http://github.com/zpao/v8monkey · JavaScript · 7 lines · 7 code · 0 blank · 0 comment · 0 complexity · 401c44cff7e7cfcecfcf6892ca751c4e MD5 · raw file

  1. function f(x) {
  2. var y;
  3. gc();
  4. ++x.x;
  5. }
  6. f(1);
  7. f.call(2, 3);