diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2009-09-23 14:49:51 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2009-09-23 14:49:51 +0200 |
commit | 2df13c73103d4bd95a5f4fec741e0ed2f17852f1 (patch) | |
tree | 138f3c8e1d03a67cc564dfec4ad90093cf70e410 /deps/v8/src/log.h | |
parent | be3dddeec9c970f5cc81b672a4cf034d917d450c (diff) | |
download | node-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.h | 2 |
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); |