• Alexey Kozyatinskiy's avatar
    [runtime] implemented SafeForInterruptsScope · d3f6c647
    Alexey Kozyatinskiy authored
    This CL introduced SafeForInterruptsScope. This scope overrides
    outer PostponeInterruptsScopes:
    - reschedule postponed interrupts if needed,
    - allow requesting new interrupts.
    As soon as scope removed interrupts are posponed if needed.
    
    This scope will be:
    - used to allow inspector to interrupt and terminate
      DebugeEvaluate::Local,
    - exposed with new flag on Isolate to implement SafeForTerminationScope
      in blink.
    
    R=yangguo@chromium.org
    
    Bug: chromium:820640
    Change-Id: I15befc10c2cee393d1e3be48cecb31ee14dae638
    Reviewed-on: https://chromium-review.googlesource.com/1022969
    Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org>
    Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#52743}
    d3f6c647
Name
Last commit
Last update
benchmarks Loading commit data...
build_overrides Loading commit data...
docs Loading commit data...
gni Loading commit data...
include Loading commit data...
infra Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
testing Loading commit data...
third_party Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.editorconfig Loading commit data...
.git-blame-ignore-revs Loading commit data...
.gitignore Loading commit data...
.gn Loading commit data...
.vpython Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.fdlibm Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
README.md Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...
snapshot_toolchain.gni Loading commit data...