Home
last modified time | relevance | path

Searched refs:local_counters_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/d8/
Dd8.h717 static CounterCollection local_counters_; variable
Dd8.cc463 CounterCollection Shell::local_counters_; member in v8::Shell
464 CounterCollection* Shell::counters_ = &local_counters_;
2837 name, sizeof(CounterCollection), &local_counters_); in MapCounters()