Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_credentials.cc340 static void GetGroups(const FunctionCallbackInfo<Value>& args) { in GetGroups() function
444 registry->Register(GetGroups); in RegisterExternalReferences()
470 SetMethodNoSideEffect(context, target, "getgroups", GetGroups); in Initialize()