Add JSOP_ENUMELEM to gigundo-assert in LeaveTree (532787, r=me).

This commit is contained in:
Brendan Eich 2009-12-03 19:47:19 -08:00
parent a47f877d42
commit 7bfac5769d

View File

@ -6661,7 +6661,7 @@ LeaveTree(InterpState& state, VMSideExit* lr)
op == JSOP_GETLOCALPROP || op == JSOP_LENGTH ||
op == JSOP_GETELEM || op == JSOP_CALLELEM ||
op == JSOP_SETPROP || op == JSOP_SETNAME || op == JSOP_SETMETHOD ||
op == JSOP_SETELEM || op == JSOP_INITELEM ||
op == JSOP_SETELEM || op == JSOP_INITELEM || op == JSOP_ENUMELEM ||
op == JSOP_INSTANCEOF);
/*