Hackaround for 524826, r=self.

This commit is contained in:
Brendan Eich 2009-11-17 22:50:46 -08:00
parent e229e43eb0
commit c2f07028cb

View File

@ -3261,7 +3261,7 @@ BEGIN_CASE(JSOP_LAMBDA)
if (FUN_NULL_CLOSURE(fun)) {
parent = fp->scopeChain;
if (OBJ_GET_PARENT(cx, obj) == parent) {
if (0 && OBJ_GET_PARENT(cx, obj) == parent) {
op = JSOp(regs.pc[JSOP_LAMBDA_LENGTH]);
/*