V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Protected Member Functions | |
StatsCounterBase (Counters *counters, const char *name) | |
void | SetLoc (int *loc, int value) |
void | IncrementLoc (int *loc) |
void | IncrementLoc (int *loc, int value) |
void | DecrementLoc (int *loc) |
void | DecrementLoc (int *loc, int value) |
int * | FindLocationInStatsTable () const |
Protected Attributes | |
Counters * | counters_ |
const char * | name_ |
int * | ptr_ |
Definition at line 95 of file counters.h.