Home
last modified time | relevance | path

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

/third_party/node/lib/internal/bootstrap/switches/
Ddoes_own_process_state.js53 function initgroups(user, extraGroup) { argument
55 validateId(extraGroup, 'extraGroup');
57 const result = _initgroups(user, extraGroup);
61 throw new ERR_UNKNOWN_CREDENTIAL('Group', extraGroup);
/third_party/node/doc/api/
Dprocess.md1480 ## `process.initgroups(user, extraGroup)`
1486 * `extraGroup` {string|number} A group name or numeric identifier.