/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
- (Function("for (var a = 0; a < 6; a++) {\
- (function sum_indexing(b, c) {\
- return b.length == c ? 0 : b[c] + sum_indexing(b, c + 1)\
- })([(void 0), Infinity, Infinity], 0)\
- }"))()