Searched refs:Umask (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/npm/node_modules/@npmcli/config/lib/ |
D | type-defs.js | 3 const { Umask, validate: validateUmask } = require('./umask.js') 30 Umask: { property 31 type: Umask,
|
D | umask.js | 1 class Umask {} class 36 module.exports = { Umask, parse, validate } property
|
D | parse-field.js | 20 const isUmask = typeList.has(typeDefs.Umask.type)
|
/third_party/node/deps/npm/node_modules/@npmcli/config/lib/definitions/ |
D | definition.js | 29 Umask: { type: Umask }, 186 case Umask:
|
D | definitions.js | 95 Umask: { type: Umask }, 2150 type: Umask,
|
/third_party/node/src/ |
D | node_process_methods.cc | 224 static void Umask(const FunctionCallbackInfo<Value>& args) { in Umask() function 586 SetMethod(context, target, "umask", Umask); in Initialize() 616 registry->Register(Umask); in RegisterExternalReferences()
|