Home
last modified time | relevance | path

Searched refs:GetStddev (Results 1 - 2 of 2) sorted by relevance

/third_party/node/src/
H A Dhistogram.cc130 void HistogramBase::GetStddev(const FunctionCallbackInfo<Value>& args) { in GetStddev() function in node::HistogramBase
303 SetProtoMethodNoSideEffect(isolate, tmpl, "stddev", GetStddev); in GetConstructorTemplate()
331 registry->Register(GetStddev); in RegisterExternalReferences()
386 SetProtoMethodNoSideEffect(isolate, tmpl, "stddev", GetStddev); in GetConstructorTemplate()
412 registry->Register(GetStddev); in RegisterExternalReferences()
568 void IntervalHistogram::GetStddev(const FunctionCallbackInfo<Value>& args) { in GetStddev() function in node::IntervalHistogram
H A Dhistogram.h115 static void GetStddev(const v8::FunctionCallbackInfo<v8::Value>& args);
202 static void GetStddev(const v8::FunctionCallbackInfo<v8::Value>& args);

Completed in 2 milliseconds