mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix jsanalyze missing a GETLOCAL case (bug 630048, r=dmandelin).
This commit is contained in:
parent
a237e87988
commit
b1acdbb117
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user