• Sigurd Schneider's avatar
    [debugger] Fix code coverage for async functions · 3b0f89d0
    Sigurd Schneider authored
    Async functions were not correctly fixed up for code coverage, which
    caused an additional uncovered range to be reported between a return
    statement and the closing bracket.
    
    This CL adds code that detects such ranges, and removes them, similarly
    to how the ranges are removed for normal functions. The removal process
    is different, because the parser rewrites async functions to contain a
    try-catch handling promise rejection.
    
    Change-Id: I73b08d64be74d26c32f2f9652d027430d4671251
    
    Bug: chromium:981313, v8:8381
    Change-Id: I82a7f0c54d3a48609ef5255a7659d9557e163566
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1782837Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
    Reviewed-by: 's avatarToon Verwaest <verwaest@chromium.org>
    Commit-Queue: Sigurd Schneider <sigurds@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#63561}
    3b0f89d0
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
fuzzer Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mkgrokdump Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
test262 Loading commit data...
torque Loading commit data...
unittests Loading commit data...
wasm-api-tests Loading commit data...
wasm-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
OWNERS Loading commit data...