Home
last modified time | relevance | path

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

/third_party/node/src/
H A Dhistogram.cc101 void HistogramBase::GetMaxBigInt(const FunctionCallbackInfo<Value>& args) { in GetMaxBigInt() function in node::HistogramBase
301 SetProtoMethodNoSideEffect(isolate, tmpl, "maxBigInt", GetMaxBigInt); in GetConstructorTemplate()
329 registry->Register(GetMaxBigInt); in RegisterExternalReferences()
384 SetProtoMethodNoSideEffect(isolate, tmpl, "maxBigInt", GetMaxBigInt); in GetConstructorTemplate()
410 registry->Register(GetMaxBigInt); in RegisterExternalReferences()
539 void IntervalHistogram::GetMaxBigInt(const FunctionCallbackInfo<Value>& args) { in GetMaxBigInt() function in node::IntervalHistogram
H A Dhistogram.h107 static void GetMaxBigInt(const v8::FunctionCallbackInfo<v8::Value>& args);
194 static void GetMaxBigInt(const v8::FunctionCallbackInfo<v8::Value>& args);

Completed in 2 milliseconds