1. 27 Jul, 2020 1 commit
  2. 12 May, 2020 1 commit
  3. 06 May, 2020 1 commit
    • Gus Caplan's avatar
      [API] Fix microtask message reporting · 767e65f9
      Gus Caplan authored
      RunSingleMicrotask calls Runtime::ReportMessage, but the implementation
      of ReportMessage would unconditionally discard these exceptions. This
      CL removes all of the intermediate logic and directly calls
      MessageHandler::ReportMessage, restoring the ability of
      RunSingleMicrotask to report exceptions that occur in microtasks.
      
      Bug: v8:8326
      Change-Id: I493de74383b2ab191d786611fb9eba9d27e7a243
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2162121
      Commit-Queue: Gus Caplan <me@gus.host>
      Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#67630}
      767e65f9
  4. 12 Feb, 2020 1 commit
  5. 13 Dec, 2019 1 commit