Searched refs:SetMinProto (Results 1 – 2 of 2) sorted by relevance
106 static void SetMinProto(const v8::FunctionCallbackInfo<v8::Value>& args);
285 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