65e1c6a292
The SuppressMicrotaskExecutionScope being pushed was for the isolate's default queue. It should be for the current queue not the default one. This wouldn't cause any issues because microtasks are also suppressed via the is_running_microtasks_ variable as well but is odd to read. BUG=chromium:961186 Change-Id: Id7a64aac0fb86322014f9755f0abc0330a85556f Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4004599 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by: Igor Sheludko <ishell@chromium.org> Reviewed-by: Camillo Bruni <cbruni@chromium.org> Cr-Commit-Position: refs/heads/main@{#84099} |
||
---|---|---|
.. | ||
microtask-queue-unittest.cc | ||
thread-termination-unittest.cc | ||
threads-unittest.cc |