/js/src/jit-test/tests/basic/testBug520503-3.js

http://github.com/zpao/v8monkey · JavaScript · 6 lines · 5 code · 1 blank · 0 comment · 0 complexity · 8c2fabeaf98c98a0d84b763c11c94a44 MD5 · raw file

  1. (Function("for (var a = 0; a < 6; a++) {\
  2. (function sum_indexing(b, c) {\
  3. return b.length == c ? 0 : b[c] + sum_indexing(b, c + 1)\
  4. })([(void 0), Infinity, Infinity], 0)\
  5. }"))()