michael@0: "use strict"; michael@0: options("werror"); michael@0: michael@0: // This construct causes a strict warning, but we shouldn't get one since michael@0: // JSOPTION_EXTRA_WARNINGS isn't enabled. michael@0: var x; michael@0: eval("if (x = 3) {}");