Bug 1357075 - Pad a nop to unwind to the scope just before a destructuring iterator close trynote

Issue #74
This commit is contained in:
janekptacijarabaci 2018-03-25 18:24:06 +02:00 committed by Roy Tam
commit ac07311b18
7 changed files with 43 additions and 5 deletions

View file

@ -1062,6 +1062,12 @@ BaselineCompiler::emit_JSOP_NOP_DESTRUCTURING()
return true;
}
bool
BaselineCompiler::emit_JSOP_TRY_DESTRUCTURING_ITERCLOSE()
{
return true;
}
bool
BaselineCompiler::emit_JSOP_LABEL()
{