Home
last modified time | relevance | path

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

/third_party/node/src/
H A Dhistogram.cc87 void HistogramBase::GetMinBigInt(const FunctionCallbackInfo<Value>& args) { in GetMinBigInt() function in node::HistogramBase
299 SetProtoMethodNoSideEffect(isolate, tmpl, "minBigInt", GetMinBigInt); in GetConstructorTemplate()
327 registry->Register(GetMinBigInt); in RegisterExternalReferences()
382 SetProtoMethodNoSideEffect(isolate, tmpl, "minBigInt", GetMinBigInt); in GetConstructorTemplate()
408 registry->Register(GetMinBigInt); in RegisterExternalReferences()
525 void IntervalHistogram::GetMinBigInt(const FunctionCallbackInfo<Value>& args) { in GetMinBigInt() function in node::IntervalHistogram
H A Dhistogram.h106 static void GetMinBigInt(const v8::FunctionCallbackInfo<v8::Value>& args);
193 static void GetMinBigInt(const v8::FunctionCallbackInfo<v8::Value>& args);

Completed in 2 milliseconds