0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/deps
Anna Henningsen 2540e3dacf deps: cherry-pick 98c40a4bae915 from V8 upstream
Original commit message:

    [platform] Return task runners as shared_ptr

    At the moment, task runners are returned as unique_ptr. This is
    inconvenient, however. In all implementations I did, the platform holds
    a shared pointer of the task runner and wraps it in a wrapper class just
    to return it as a unique_ptr. With this CL the platform API is changed
    to return a shared_ptr directly.

    R=rmcilroy@chromium.org

    Cq-Include-Trybots: master.tryserver.chromium.linux:linux_chromium_rel_ng
    Change-Id: Ide278db855199ea239ad0ae14d97fd17349dac8c
    Reviewed-on: https://chromium-review.googlesource.com/768867
    Commit-Queue: Andreas Haas <ahaas@chromium.org>
    Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#49366}

Refs: 98c40a4bae

PR-URL: https://github.com/nodejs/node/pull/17134
Fixes: https://github.com/nodejs/node-v8/issues/24
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
2017-11-21 07:37:58 -08:00
..
acorn deps: import acorn@5.2.1 2017-11-16 15:40:42 -08:00
cares
gtest
http_parser
icu-small deps: cherry-pick upstream ICU fix 2017-11-18 21:02:50 +01:00
nghttp2
node-inspect
npm deps: manually add 9.x support to npm 2017-10-29 21:32:46 -04:00
openssl deps: update openssl asm and asm_obsolete files 2017-11-03 12:23:11 -05:00
uv deps: upgrade libuv to 1.16.1 2017-11-10 13:32:42 -05:00
v8 deps: cherry-pick 98c40a4bae915 from V8 upstream 2017-11-21 07:37:58 -08:00
zlib