mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Add JSOP_ENUMELEM to gigundo-assert in LeaveTree (532787, r=me).
This commit is contained in:
parent
a47f877d42
commit
7bfac5769d
@ -6661,7 +6661,7 @@ LeaveTree(InterpState& state, VMSideExit* lr)
|
|||||||
op == JSOP_GETLOCALPROP || op == JSOP_LENGTH ||
|
op == JSOP_GETLOCALPROP || op == JSOP_LENGTH ||
|
||||||
op == JSOP_GETELEM || op == JSOP_CALLELEM ||
|
op == JSOP_GETELEM || op == JSOP_CALLELEM ||
|
||||||
op == JSOP_SETPROP || op == JSOP_SETNAME || op == JSOP_SETMETHOD ||
|
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);
|
op == JSOP_INSTANCEOF);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user