V8 Project
|
#include <d8.h>
Public Member Functions | |
CounterCollection () | |
Counter * | GetNextCounter () |
Private Attributes | |
uint32_t | magic_number_ |
uint32_t | max_counters_ |
uint32_t | max_name_size_ |
uint32_t | counters_in_use_ |
Counter | counters_ [kMaxCounters] |
Static Private Attributes | |
static const unsigned | kMaxCounters = 512 |
v8::CounterCollection::CounterCollection | ( | ) |
Counter * v8::CounterCollection::GetNextCounter | ( | ) |
Definition at line 713 of file d8.cc.
References NULL.
|
private |
|
staticprivate |