mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Catch some opcodes which return directly from a script, bug 723099. r=dvander
This commit is contained in:
parent
eb40383cdf
commit
fa94777aac
@ -1438,6 +1438,9 @@ ScriptAnalysis::analyzeSSA(JSContext *cx)
|
||||
}
|
||||
|
||||
case JSOP_THROW:
|
||||
case JSOP_RETURN:
|
||||
case JSOP_STOP:
|
||||
case JSOP_RETRVAL:
|
||||
mergeAllExceptionTargets(cx, values, exceptionTargets);
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user