Home
last modified time | relevance | path

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

/third_party/node/src/
H A Dhistogram.cc122 void HistogramBase::GetExceedsBigInt(const FunctionCallbackInfo<Value>& args) { in GetExceedsBigInt() function in node::HistogramBase
297 isolate, tmpl, "exceedsBigInt", GetExceedsBigInt); in GetConstructorTemplate()
325 registry->Register(GetExceedsBigInt); in RegisterExternalReferences()
380 isolate, tmpl, "exceedsBigInt", GetExceedsBigInt); in GetConstructorTemplate()
406 registry->Register(GetExceedsBigInt); in RegisterExternalReferences()
559 void IntervalHistogram::GetExceedsBigInt( in GetExceedsBigInt() function in node::IntervalHistogram
H A Dhistogram.h108 static void GetExceedsBigInt(const v8::FunctionCallbackInfo<v8::Value>& args);
195 static void GetExceedsBigInt(const v8::FunctionCallbackInfo<v8::Value>& args);

Completed in 3 milliseconds