Home
last modified time | relevance | path

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

/third_party/node/lib/internal/modules/esm/
Dtranslators.js37 cjsParseCache
224 const cached = cjsParseCache.get(module);
252 cjsParseCache.set(module, { source, exportNames, loaded });
/third_party/node/lib/internal/modules/cjs/
Dloader.js66 const cjsParseCache = new SafeWeakMap(); constant
70 wrapSafe, Module, toRealPath, readPackageScope, cjsParseCache, property
763 const parseCachedModule = cjsParseCache.get(cachedModule);
1106 const cached = cjsParseCache.get(module);