Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/@npmcli/config/lib/
Dtype-defs.js3 const { Umask, validate: validateUmask } = require('./umask.js')
30 Umask: { property
31 type: Umask,
Dumask.js1 class Umask {} class
36 module.exports = { Umask, parse, validate } property
Dparse-field.js20 const isUmask = typeList.has(typeDefs.Umask.type)
/third_party/node/deps/npm/node_modules/@npmcli/config/lib/definitions/
Ddefinition.js29 Umask: { type: Umask },
186 case Umask:
Ddefinitions.js95 Umask: { type: Umask },
2150 type: Umask,
/third_party/node/src/
Dnode_process_methods.cc224 static void Umask(const FunctionCallbackInfo<Value>& args) { in Umask() function
586 SetMethod(context, target, "umask", Umask); in Initialize()
616 registry->Register(Umask); in RegisterExternalReferences()