/js/src/jit-test/tests/jaeger/bug662072.js
http://github.com/zpao/v8monkey · JavaScript · 7 lines · 7 code · 0 blank · 0 comment · 0 complexity · 9be37f3405945da828e7250abd6d4552 MD5 · raw file
- (function () {
- var x;
- x = arguments.length;
- return function () {
- [1][x = arguments.length];
- };
- }).call().apply();