Home | History | Annotate | Download | only in src

Lines Matching defs:SetCounterFunction

5143 void V8::SetCounterFunction(CounterLookupCallback callback) {
5145 if (IsDeadCheck(isolate, "v8::V8::SetCounterFunction()")) return;
5146 isolate->stats_table()->SetCounterFunction(callback);