Searched refs:SetEngineKey (Results 1 – 2 of 2) sorted by relevance
90 static void SetEngineKey(const v8::FunctionCallbackInfo<v8::Value>& args);
304 SetProtoMethod(isolate, tmpl, "setEngineKey", SetEngineKey); in GetConstructorTemplate()379 registry->Register(SetEngineKey); in RegisterExternalReferences()644 void SecureContext::SetEngineKey(const FunctionCallbackInfo<Value>& args) { in SetEngineKey() function in node::crypto::SecureContext