michael@0: var COUNT = 9; michael@0: eval("'use strict'; for (let j = 0; j < COUNT; j++); try { x; throw new Error(); } catch (e) { if (!(e instanceof ReferenceError)) throw e; }"); michael@0: assertEq(typeof j, "undefined");