js/src/jit-test/tests/basic/testBug692274-2.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:8e2de404d755
1 function f() {
2 var ss = [new f("abc"), new String("foobar"), new String("quux")];
3 for (let a6 = this ;; ) {}
4 }
5 try {
6 f();
7 } catch (e) {}

mercurial