Bug 1147371: Implement IteratorClose for array destructuring

Issue #74
This commit is contained in:
janekptacijarabaci 2018-03-24 12:23:14 +01:00 committed by Roy Tam
commit d36d40760a
7 changed files with 322 additions and 135 deletions

View file

@ -85,7 +85,8 @@ enum JSTryNoteKind {
JSTRY_FOR_IN,
JSTRY_FOR_OF,
JSTRY_LOOP,
JSTRY_ITERCLOSE
JSTRY_ITERCLOSE,
JSTRY_DESTRUCTURING_ITERCLOSE
};
/*