0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 07:27:22 +01:00
nodejs/deps
Fedor Indutny a5244d3a39 deps: backport 1f8555 from v8's upstream
Original commit message:

    api: introduce SealHandleScope

    When debugging Handle leaks in io.js we found it very convenient to be
    able to Seal some specific (root in our case) scope to prevent Handle
    allocations in it, and easily find leakage.

    R=yangguo
    BUG=

    Review URL: https://codereview.chromium.org/1079713002

    Cr-Commit-Position: refs/heads/master@{#27766}

Should help us identify and fix Handle leaks in core and user-space code.

NOTE: Works only in Debug build now, but is still better than nothing.

PR-URL: https://github.com/iojs/io.js/pull/1395
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2015-04-11 21:06:40 +02:00
..
cares
gtest deps: check in gtest, add util unit test 2015-04-01 22:35:56 +02:00
http_parser
npm win,node-gyp: optionally allow node.exe/iojs.exe to be renamed 2015-04-10 14:24:36 -07:00
openssl deps: generate opensslconf.h for architectures 2015-04-10 09:54:17 +09:00
uv linux: fix epoll_pwait() fallback on arm64 2015-04-07 16:30:09 +02:00
v8 deps: backport 1f8555 from v8's upstream 2015-04-11 21:06:40 +02:00
zlib