function startTest() {}; function inSection(x) {} function reportCompare(expected, actual, description) { var expected_t = typeof expected; var actual_t = typeof actual; startTest.prototype = new test(); } function eval() { eval(); } {} function f() { test(); yield 170; } function test() { try { for (var i in f()); } catch (e) {} } test();