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

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

  1. x = 123;
  2. function f() {}
  3. function g(o) {
  4. y = x.p;
  5. eval('o');
  6. }
  7. g(f);