Home
last modified time | relevance | path

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

/third_party/node/lib/internal/
Doptions.js7 let optionsMap; variable
15 if (!optionsMap) {
16 ({ options: optionsMap } = getOptions());
18 return optionsMap;
/third_party/node/lib/internal/console/
Dconstructor.js98 const optionsMap = new SafeWeakMap(); constant
146 optionsMap.set(this, inspectOptions);
312 const options = optionsMap.get(this);