Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Debug info handling for new EH try-catch (#3496) | Alon Zakai | 2021-01-25 | 1 | -0/+1 |
We now have multiple catches in each try, and a possible catch-all. This changes our "extra delimiter" storage to store either an "else" (unchanged from before) or an arbitrary list of things - we use that for catches. |