mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Mark types for second value pushed by JSOP_CALLXMLNAME, bug 717252. r=dvander
This commit is contained in:
parent
9cecd65269
commit
afa722933a
@ -4064,8 +4064,11 @@ ScriptAnalysis::analyzeTypesBytecode(JSContext *cx, unsigned offset,
|
||||
pushed[0].addType(cx, Type::UnknownType());
|
||||
break;
|
||||
|
||||
case JSOP_XMLNAME:
|
||||
case JSOP_CALLXMLNAME:
|
||||
pushed[1].addType(cx, Type::UnknownType());
|
||||
/* FALLTHROUGH */
|
||||
|
||||
case JSOP_XMLNAME:
|
||||
pushed[0].addType(cx, Type::UnknownType());
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user