Home
last modified time | relevance | path

Searched refs:GetMinProto (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/crypto/
Dcrypto_context.h108 static void GetMinProto(const v8::FunctionCallbackInfo<v8::Value>& args);
Dcrypto_context.cc287 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