#include <counters.h>
v8::internal::AllStaticを継承しています。
Static Public メソッド | |
| static void | SetCounterFunction (CounterLookupCallback f) | 
| static bool | HasCounterFunction () | 
| static int * | FindLocation (const wchar_t *name) | 
Static Private 変数 | |
| static CounterLookupCallback | lookup_function_ = NULL | 
counters.h の 39 行で定義されています。
| static int* v8::internal::StatsTable::FindLocation | ( | const wchar_t * | name | ) |  [inline, static] | 
        
counters.h の 57 行で定義されています。
参照先 lookup_function_, と v8::internal::NULL.
| static bool v8::internal::StatsTable::HasCounterFunction | ( | ) |  [inline, static] | 
        
counters.h の 47 行で定義されています。
参照先 lookup_function_, と v8::internal::NULL.
| static void v8::internal::StatsTable::SetCounterFunction | ( | CounterLookupCallback | f | ) |  [inline, static] | 
        
counters.h の 43 行で定義されています。
参照先 lookup_function_.
CounterLookupCallback v8::internal::StatsTable::lookup_function_ = NULL [static, private] | 
        
counters.h の 63 行で定義されています。
参照元 FindLocation(), HasCounterFunction(), と SetCounterFunction().
 1.7.1