/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
- x = 123;
- function f() {}
- function g(o) {
- y = x.p;
- eval('o');
- }
- g(f);