/js/src/jit-test/tests/jaeger/bug659456.js
http://github.com/zpao/v8monkey · JavaScript · 12 lines · 11 code · 0 blank · 1 comment · 0 complexity · 5ae9c4ef9e37e5b7b2557c689e119a07 MD5 · raw file
- // |jit-test| error: InternalError
- function foo() { return "tracejit,methodjit"; };
- function baz(on) {
- foo('bar');
- }
- eval("\
- test();\
- function test() {\
- baz(true);\
- test();\
- }\
- ");