Home | History | Annotate | Download | only in src

Lines Matching refs:SetCreateHistogramFunction

3440 void V8::SetCreateHistogramFunction(CreateHistogramCallback callback) {
3441 if (IsDeadCheck("v8::V8::SetCreateHistogramFunction()")) return;
3442 i::StatsTable::SetCreateHistogramFunction(callback);