/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

  1. try { with( <x/> ) {
  2. (function () {
  3. for (;;) {
  4. t
  5. }
  6. })()
  7. } } catch (e) {}
  8. with( <x/> ) {
  9. (function () {
  10. for (b = 0; b < 18; ++b) {}
  11. })();
  12. }