/js/src/jit-test/tests/jaeger/recompile/bug676764.js
http://github.com/zpao/v8monkey · JavaScript · 14 lines · 12 code · 2 blank · 0 comment · 2 complexity · 9a3f0c0a0345017685b40e908b77f02d MD5 · raw file
- try { with( <x/> ) {
- (function () {
- for (;;) {
- t
- }
- })()
- } } catch (e) {}
- with( <x/> ) {
- (function () {
- for (b = 0; b < 18; ++b) {}
- })();
- }