/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

  1. (function () {
  2. var x;
  3. x = arguments.length;
  4. return function () {
  5. [1][x = arguments.length];
  6. };
  7. }).call().apply();