v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::HeapObjectStatistics Class Reference

#include <v8-statistics.h>

Collaboration diagram for v8::HeapObjectStatistics:

Public Member Functions

 HeapObjectStatistics ()
 
const char * object_type ()
 
const char * object_sub_type ()
 
size_t object_count ()
 
size_t object_size ()
 

Private Attributes

const char * object_type_
 
const char * object_sub_type_
 
size_t object_count_
 
size_t object_size_
 

Friends

class Isolate
 

Detailed Description

Definition at line 202 of file v8-statistics.h.

Constructor & Destructor Documentation

◆ HeapObjectStatistics()

v8::HeapObjectStatistics::HeapObjectStatistics ( )

Definition at line 6544 of file api.cc.

Member Function Documentation

◆ object_count()

size_t v8::HeapObjectStatistics::object_count ( )
inline

Definition at line 207 of file v8-statistics.h.

◆ object_size()

size_t v8::HeapObjectStatistics::object_size ( )
inline

Definition at line 208 of file v8-statistics.h.

◆ object_sub_type()

const char * v8::HeapObjectStatistics::object_sub_type ( )
inline

Definition at line 206 of file v8-statistics.h.

◆ object_type()

const char * v8::HeapObjectStatistics::object_type ( )
inline

Definition at line 205 of file v8-statistics.h.

Friends And Related Symbol Documentation

◆ Isolate

friend class Isolate
friend

Definition at line 216 of file v8-statistics.h.

Member Data Documentation

◆ object_count_

size_t v8::HeapObjectStatistics::object_count_
private

Definition at line 213 of file v8-statistics.h.

◆ object_size_

size_t v8::HeapObjectStatistics::object_size_
private

Definition at line 214 of file v8-statistics.h.

◆ object_sub_type_

const char* v8::HeapObjectStatistics::object_sub_type_
private

Definition at line 212 of file v8-statistics.h.

◆ object_type_

const char* v8::HeapObjectStatistics::object_type_
private

Definition at line 211 of file v8-statistics.h.


The documentation for this class was generated from the following files: