Home | History | Annotate | Download | only in src

Lines Matching refs:SetCounterFunction

3435 void V8::SetCounterFunction(CounterLookupCallback callback) {
3436 if (IsDeadCheck("v8::V8::SetCounterFunction()")) return;
3437 i::StatsTable::SetCounterFunction(callback);