/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
- function f(x) {
- var y;
- gc();
- ++x.x;
- }
- f(1);
- f.call(2, 3);