/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
- function a() {
- function f() {}
- this.d = function() {
- f
- }
- } (function() {
- var a2, x
- a2 = new a;
- d = (function(){x * 1})();
- })()
- /* Don't assert. */