michael@0: // |jit-test| error: TypeError michael@0: Function("\n\ michael@0: for (a = 0; a < 3; a++) {\n\ michael@0: if (a == 0) {} else {\n\ michael@0: this.__defineSetter__(\"\",1)\n\ michael@0: }\n\ michael@0: }\n\ michael@0: ")() michael@0: michael@0: /* Don't crash/assert. */ michael@0: