michael@0: function f() { michael@0: var ss = [new f("abc"), new String("foobar"), new String("quux")]; michael@0: for (let a6 = this ;; ) {} michael@0: } michael@0: try { michael@0: f(); michael@0: } catch (e) {}