0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 15:06:33 +01:00
nodejs/deps
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
..
acorn
acorn-plugins
brotli
cares
histogram
icu-small tools: update tzdata to 2019c 2019-11-13 09:22:23 +01:00
llhttp deps: update llhttp to 2.0.1 2019-11-29 16:16:30 +01:00
nghttp2 deps: update nghttp2 to 1.40.0 2019-11-18 15:45:52 +01:00
node-inspect
npm deps: upgrade npm to 6.13.1 2019-11-20 19:16:47 -05:00
openssl build: fix version checks in gyp files 2019-10-13 16:20:22 -07:00
uv deps: upgrade to libuv 1.33.1 2019-10-20 10:13:31 -05:00
uvwasi wasi: introduce initial WASI support 2019-11-30 18:06:39 +01:00
v8 deps: V8: cherry-pick 0dfd9ea51241 2019-11-30 12:13:16 -08:00
zlib