mirrored from https://chromium.googlesource.com/v8/v8.git
-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "[explicit-resource-management] Avoid unnecessary awaits"
This reverts commit f054729. Reason for revert: https://issues.chromium.org/u/1/issues/365060988 Original change's description: > [explicit-resource-management] Avoid unnecessary awaits > > This CL reduces unnecessary Awaits for nullish values in blocks containing `await using` and in `AsyncDisposableStack` > tc39/proposal-explicit-resource-management#219 > > > Bug: 42203814 > Change-Id: Ia94755bd19a217512d308b5b4f524471b8321d63 > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5819755 > Reviewed-by: Shu-yu Guo <[email protected]> > Commit-Queue: Rezvan Mahdavi Hezaveh <[email protected]> > Cr-Commit-Position: refs/heads/main@{#95982} Bug: 42203814 Change-Id: I932341e117fd02299bda224ab5ff694372006ac0 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5840443 Bot-Commit: Rubber Stamper <[email protected]> Owners-Override: Rezvan Mahdavi Hezaveh <[email protected]> Commit-Queue: Rezvan Mahdavi Hezaveh <[email protected]> Cr-Commit-Position: refs/heads/main@{#95998}
- Loading branch information
Showing
10 changed files
with
51 additions
and
221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 0 additions & 34 deletions
34
test/mjsunit/harmony/async-disposable-stack-with-null-undefined-tick-count.js
This file was deleted.
Oops, something went wrong.
39 changes: 0 additions & 39 deletions
39
test/mjsunit/harmony/await-using-with-sync-async-null-undefined-tick-count.js
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
test/mjsunit/harmony/await-using-with-sync-null-undefined-tick-count.js
This file was deleted.
Oops, something went wrong.