v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
#include <v8.h>
Public Member Functions | |
HeapStatistics () | |
size_t | total_heap_size () |
size_t | total_heap_size_executable () |
size_t | used_heap_size () |
size_t | heap_size_limit () |
Friends | |
class | V8 |
Collection of V8 heap information.
Instances of this class can be passed to v8::V8::HeapStatistics to get heap statistics from V8.
HeapStatistics | ( | ) |
|
inline |
Definition at line 2744 of file v8.h.
Referenced by THREADED_TEST().
|
inline |
Definition at line 2746 of file v8.h.
Referenced by THREADED_TEST().