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

LibJS: Make the return path CF more static #24295

Merged
merged 2 commits into from
May 15, 2024

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    2a1b392 View commit details
    Browse the repository at this point in the history
  2. LibJS: Make return control flow more static

    With this only `ContinuePendingUnwind` needs to dynamically check if a
    scheduled return needs to go through a `finally` block, making the
    interpreter loop a bit nicer
    Hendiadyoin1 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    a2c9026 View commit details
    Browse the repository at this point in the history