Home
last modified time | relevance | path

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

/third_party/node/lib/internal/modules/cjs/
Dloader.js224 const moduleParentCache = new SafeWeakMap(); constant
229 moduleParentCache.set(this, parent);
323 return moduleParentCache.get(this);
327 moduleParentCache.set(this, value);
1068 cursor = moduleParentCache.get(cursor)) {
1279 const parent = moduleParentCache.get(module);