Searched refs:GetMinProto (Results 1 – 2 of 2) sorted by relevance
108 static void GetMinProto(const v8::FunctionCallbackInfo<v8::Value>& args);
287 SetProtoMethod(isolate, tmpl, "getMinProto", GetMinProto); in GetConstructorTemplate()366 registry->Register(GetMinProto); in RegisterExternalReferences()918 void SecureContext::GetMinProto(const FunctionCallbackInfo<Value>& args) { in GetMinProto() function in node::crypto::SecureContext