Searched refs:AddRootCerts (Results 1 – 2 of 2) sorted by relevance
95 static void AddRootCerts(const v8::FunctionCallbackInfo<v8::Value>& args);
278 SetProtoMethod(isolate, tmpl, "addRootCerts", AddRootCerts); in GetConstructorTemplate()357 registry->Register(AddRootCerts); in RegisterExternalReferences()785 void SecureContext::AddRootCerts(const FunctionCallbackInfo<Value>& args) { in AddRootCerts() function in node::crypto::SecureContext