Searched refs:AddCACert (Results 1 – 2 of 2) sorted by relevance
93 static void AddCACert(const v8::FunctionCallbackInfo<v8::Value>& args);
276 SetProtoMethod(isolate, tmpl, "addCACert", AddCACert); in GetConstructorTemplate()355 registry->Register(AddCACert); in RegisterExternalReferences()727 void SecureContext::AddCACert(const FunctionCallbackInfo<Value>& args) { in AddCACert() function in node::crypto::SecureContext