mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
Bug 1346862 - Fix IteratorClose due to non-local jumps being catchable by try statements inside for-of
Issue #74
This commit is contained in:
parent
5bf58e6044
commit
8af5664922
7 changed files with 113 additions and 18 deletions
|
|
@ -85,6 +85,7 @@ enum JSTryNoteKind {
|
|||
JSTRY_FOR_IN,
|
||||
JSTRY_FOR_OF,
|
||||
JSTRY_LOOP,
|
||||
JSTRY_FOR_OF_ITERCLOSE,
|
||||
JSTRY_DESTRUCTURING_ITERCLOSE
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue