Home
last modified time | relevance | path

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

/third_party/node/src/crypto/
Dcrypto_context.h106 static void SetMinProto(const v8::FunctionCallbackInfo<v8::Value>& args);
Dcrypto_context.cc285 SetProtoMethod(isolate, tmpl, "setMinProto", SetMinProto); in GetConstructorTemplate()
364 registry->Register(SetMinProto); in RegisterExternalReferences()
894 void SecureContext::SetMinProto(const FunctionCallbackInfo<Value>& args) { in SetMinProto() function in node::crypto::SecureContext