Fix jsanalyze missing a GETLOCAL case (bug 630048, r=dmandelin).

This commit is contained in:
David Anderson 2011-01-31 12:41:17 -08:00
parent a237e87988
commit b1acdbb117

View File

@ -568,6 +568,7 @@ Script::analyze(JSContext *cx, JSScript *script)
break;
case JSOP_CALLLOCAL:
case JSOP_GETLOCALPROP:
case JSOP_INCLOCAL:
case JSOP_DECLOCAL:
case JSOP_LOCALINC: