Bug 1147371: Implement IteratorClose for for-of

Issue #74
This commit is contained in:
janekptacijarabaci 2018-03-24 12:09:30 +01:00 committed by Roy Tam
commit 5f3e5dc3fb
13 changed files with 704 additions and 203 deletions

View file

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