• alph's avatar
    Support multiple interrupt requests in v8 API. · 87e4bba3
    alph authored
    There might be a number of clients that would like to
    setup an interrupt request on the Isolate.
    
    The patch also deprecates ClearInterrupt API. As long as
    the interrupt handler is called outside of locks there's no way
    to guarantee that the handler will not be called after
    ClearInterrupt was invoked as it might have already started execution.
    
    Review URL: https://codereview.chromium.org/796623003
    
    Cr-Commit-Position: refs/heads/master@{#25910}
    87e4bba3
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
test262 Loading commit data...
test262-es6 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...