/js/src/jit-test/tests/basic/bug653262.js

http://github.com/zpao/v8monkey · JavaScript · 4 lines · 4 code · 0 blank · 0 comment · 0 complexity · c0328544543db0818759ac01e3f01583 MD5 · raw file

  1. with(evalcx(''))(function eval() {}, this.__defineGetter__("x", Function));
  2. var i = 0;
  3. var o;
  4. new(x);