Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement try-finally blocks #88

Merged
merged 4 commits into from
May 11, 2024
Merged

Implement try-finally blocks #88

merged 4 commits into from
May 11, 2024

Conversation

y21
Copy link
Owner

@y21 y21 commented May 11, 2024

Closes #86

Does not yet work in generators and async functions, they need special support and even more cursed hacks. break; inside of a try-finally is also currently not handled since that needs to jump to the finally and then apply the break at the end of the finally.

Test262 results

Passes: 10548 (23.00%)
Fails: 35234
Panics: 78

@y21 y21 merged commit 2bb12d5 into master May 11, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support return in try-finally
1 participant