node/deps/v8/test
bcoe 596116168a
deps: V8: cherry-pick 0dfd9ea51241
Original commit message:

    [coverage] Fix coverage with default arguments

    In the presence of default arguments, the body of the function gets
    wrapped into another block. This caused our trailing-range-after-return
    optimization to not apply, because the wrapper block had no source
    range assigned. This CL correctly assignes a source range to that block,
    which allows already present code to handle it correctly.

    Note that this is not a real coverage bug; we've just been reporting
    whitespace as uncovered. We're fixing it for consistency.

    Originally reported on github.com/bcoe/c8/issues/66

    Bug: v8:9952
    Change-Id: Iab3905f558eb99126e0dad8072d03d0a312fdcd3
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1903430
    Commit-Queue: Sigurd Schneider <sigurds@chromium.org>
    Reviewed-by: Toon Verwaest <verwaest@chromium.org>
    Reviewed-by: Jakob Gruber <jgruber@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#64836}

Refs: 0dfd9ea512

PR-URL: https://github.com/nodejs/node/pull/30713
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
2019-11-30 12:13:16 -08:00
..
benchmarks deps: update V8 to 7.9.317.20 2019-11-08 15:46:25 +01:00
cctest deps: V8: cherry-pick ca5b0ec 2019-11-29 14:19:05 +05:30
common deps: update V8 to 7.9.317.20 2019-11-08 15:46:25 +01:00
debugger deps: update V8 to 7.9.317.20 2019-11-08 15:46:25 +01:00
fuzzer deps: update V8 to 7.9.317.20 2019-11-08 15:46:25 +01:00
inspector deps: update V8 to 7.9.317.20 2019-11-08 15:46:25 +01:00
intl deps: update V8 to 7.9.317.20 2019-11-08 15:46:25 +01:00
js-perf-test deps: update V8 to 7.9.317.20 2019-11-08 15:46:25 +01:00
memory
message deps: update V8 to 7.9.317.20 2019-11-08 15:46:25 +01:00
mjsunit deps: V8: cherry-pick 0dfd9ea51241 2019-11-30 12:13:16 -08:00
mkgrokdump deps: update V8 to 7.9.317.20 2019-11-08 15:46:25 +01:00
mozilla deps: update V8 to 7.9.317.20 2019-11-08 15:46:25 +01:00
preparser
test262 deps: update V8 to 7.9.317.20 2019-11-08 15:46:25 +01:00
torque
unittests deps: update V8 to 7.9.317.20 2019-11-08 15:46:25 +01:00
wasm-api-tests
wasm-js deps: update V8 to 7.9.317.20 2019-11-08 15:46:25 +01:00
wasm-spec-tests deps: update V8 to 7.9.317.20 2019-11-08 15:46:25 +01:00
webkit
BUILD.gn
OWNERS