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

[explicit-resource-management] Add await using to the bytecode generator #4145

Merged
merged 2 commits into from
Aug 28, 2024

Commits on Jul 10, 2024

  1. [explicit-resource-management] Add await using to the bytecode generator

    This CL adds subtypes (SyncJSDisposableStack and AsyncDisposableStack)
    to JSDisposableStack as well as `await using` to the bytecode generator.
    Currently async generators are broken and the fix is left as a TODO
    in this CL. Also, exception handling (promise rejections) will be
    completed in a follow up CL.
    
    Bug: 42203814
    Change-Id: I303a380b57fb4ab4662e4f55fb4dc9b14d18cd2a
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5569647
    Reviewed-by: Shu-yu Guo <syg@chromium.org>
    Commit-Queue: Rezvan Mahdavi Hezaveh <rezvan@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#94944}
    rmahdav authored and v8-test262-autoroller@chromium.org committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    97e0bef View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    9f94490 View commit details
    Browse the repository at this point in the history