0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/deps
Gabriel Schulhof 3429e0178d
deps: V8: cherry-pick e5dbc95
Original commit message:

    [api] Fix handle leak when getting Context embedder data

    The `Context::SlowGetAlignedPointerFromEmbedderData()` method returns
    a pointer, so the fact that it allocates handles is not obvious to
    the caller.

    Since this is the slow path anyway, simply add a handle scope inside
    of it.

    The tests are also modified to perform the same check for the
    `Object` equivalent of this method.

    Change-Id: I5f03c9a7b70b3a17315609df021606a53c9feb2d
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1879902
    Reviewed-by: Yang Guo <yangguo@chromium.org>
    Commit-Queue: Yang Guo <yangguo@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#64583}

Refs: e5dbc95cc0
Fixes: https://github.com/nodejs/node/issues/30127
PR-URL: https://github.com/nodejs/node/pull/30130
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
2019-11-08 15:53:35 +01:00
..
acorn
acorn-plugins
brotli
cares
histogram
icu-small tools: support full-icu by default 2019-10-03 15:21:26 -07:00
llhttp
nghttp2 deps: update nghttp2 to 1.39.2 2019-08-15 09:50:14 +02:00
node-inspect
npm deps: update npm to 6.12.1 2019-10-30 16:20:34 -04: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
v8 deps: V8: cherry-pick e5dbc95 2019-11-08 15:53:35 +01:00
zlib