summaryrefslogtreecommitdiff
path: root/deps/v8/src/log.h
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2009-09-23 14:49:51 +0200
committerRyan Dahl <ry@tinyclouds.org>2009-09-23 14:49:51 +0200
commit2df13c73103d4bd95a5f4fec741e0ed2f17852f1 (patch)
tree138f3c8e1d03a67cc564dfec4ad90093cf70e410 /deps/v8/src/log.h
parentbe3dddeec9c970f5cc81b672a4cf034d917d450c (diff)
downloadnode-new-2df13c73103d4bd95a5f4fec741e0ed2f17852f1.tar.gz
Upgrade v8 to 1.3.13
Diffstat (limited to 'deps/v8/src/log.h')
-rw-r--r--deps/v8/src/log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/v8/src/log.h b/deps/v8/src/log.h
index 89f6cdb391..07a0429ace 100644
--- a/deps/v8/src/log.h
+++ b/deps/v8/src/log.h
@@ -221,6 +221,8 @@ class Logger {
static void HeapSampleItemEvent(const char* type, int number, int bytes);
static void HeapSampleJSConstructorEvent(const char* constructor,
int number, int bytes);
+ static void HeapSampleJSRetainersEvent(const char* constructor,
+ const char* event);
static void HeapSampleStats(const char* space, const char* kind,
int capacity, int used);