/js/src/jit-test/tests/jaeger/bug550490.js

http://github.com/zpao/v8monkey · JavaScript · 14 lines · 10 code · 3 blank · 1 comment · 0 complexity · 7f56567f3774ffc024831285d45993e1 MD5 · raw file

  1. function a() {
  2. function f() {}
  3. this.d = function() {
  4. f
  5. }
  6. } (function() {
  7. var a2, x
  8. a2 = new a;
  9. d = (function(){x * 1})();
  10. })()
  11. /* Don't assert. */