Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v18.7.0 proposal #43993
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
Uh oh!
There was an error while loading. Please reload this page.
v18.7.0 proposal #43993
Changes from 1 commit
4096d81979f469f28198c9b5b8d709fe9b3a9ecba2f3fc51c50b37501deb6b7364deea8432d65f32aec8a05751042f2deb776cc3aceb7c152e1732e6f1d2df2815bd3c2db4f4e404a3ee4aa50f6bcd40d75717049b53a692ec8092324473c8c8c97db4c75a917cb272fc843e124936555db0c8f361a6430aa255ad7cfd0cd88a9fa2910136f13e4c1d64dfd5fc936a8cdff619ec7e45eaba9c8e976093e140d6afe44739542693aa0d2921fe12bf40c92135ae8c66f9c1893b77d49fc7bb5511ebb6787ce89e0b4100f6debb512908a8de94acfc33caac97c212657acc9ecd6dc782c3d8b8c55d80c2fa8aa8053eaa7d4e5e502c50ed450889f9d00c9c699bd8b02485373304b8b83b4def21ad2ca658c817a4e5ed084150a96af37dfc4832a86b66c1256c4d0b5dbb2efd5e0e7c7553967b4edd7b276b8bf3991b1af7f24bbc455c380659de707552808793eb1081db7762e4661cd11a25ec71d58d15b35aa3b212c47e58d7e9bd181a21942266a4bf980201cd0d9dd88505550783ddf19e8876f0ed1ae781d5e529bcd47cc8d542c95132ecb9b0e0bfe0ac69435fbfc789c0f51cb0d4198cf598a2a6e1bf8f2e21f80b8875b68c6File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Original commit message: [module] Fix aborts in terminated async module evaluation SourceTextModule::ExecuteAsyncModule asserts the execution of the module's async function to succeed without exception. However, the problem is that TerminateExecution initiated by embedders is breaking that assumption. The execution can be terminated with an exception and the exception is not catchable by JavaScript. The uncatchable exceptions during the async module evaluation need to be raised to the embedder and not crash the process if possible. Refs: #43182 Change-Id: Ifc152428b95945b6b49a2f70ba35018cfc0ce40b Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3696493 Reviewed-by: Camillo Bruni <cbruni@chromium.org> Commit-Queue: Chengzhong Wu <legendecas@gmail.com> Cr-Commit-Position: refs/heads/main@{#81307} Refs: v8/v8@22698d2 PR-URL: #43751 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Gus Caplan <me@gus.host>Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing