Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2018-06-10 17:40:13 +0300
committerAnna Henningsen <anna@addaleax.net>2018-07-13 20:53:15 +0300
commit57e301539bff2599974b7269a56377330c9b730e (patch)
tree6f5c866728f22bbacb8dadb89a2c8a12e5b66508 /src/async_wrap.h
parent36cc5f5caf52af895079d153a9131fe2b0c6b8f9 (diff)
src: enable more detailed memory tracking
This will enable more detailed heap snapshots based on a newer V8 API. This commit itself is not tied to that API and could be backported. PR-URL: https://github.com/nodejs/node/pull/21742 Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'src/async_wrap.h')
-rw-r--r--src/async_wrap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/async_wrap.h b/src/async_wrap.h
index 64b74ac2096..ef3a5934893 100644
--- a/src/async_wrap.h
+++ b/src/async_wrap.h
@@ -173,7 +173,6 @@ class AsyncWrap : public BaseObject {
int argc,
v8::Local<v8::Value>* argv);
- virtual size_t self_size() const = 0;
virtual std::string diagnostic_name() const;
static void WeakCallback(const v8::WeakCallbackInfo<DestroyParam> &info);