V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::StatsCounter Class Reference
Inheritance diagram for v8::internal::StatsCounter:
v8::internal::StatsCounterBase

Public Member Functions

void Set (int value)
 
void Increment ()
 
void Increment (int value)
 
void Decrement ()
 
void Decrement (int value)
 
bool Enabled ()
 
intGetInternalPointer ()
 

Friends

class Counters
 

Additional Inherited Members

- Protected Member Functions inherited from v8::internal::StatsCounterBase
 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)
 
intFindLocationInStatsTable () const
 
- Protected Attributes inherited from v8::internal::StatsCounterBase
Counterscounters_
 
const charname_
 
intptr_
 

Detailed Description

Definition at line 123 of file counters.h.


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