Home
last modified time | relevance | path

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

/third_party/node/lib/internal/source_map/
Dsource_map_cache.js74 function maybeCacheSourceMap(filename, content, cjsModuleInstance) { argument
92 if (cjsModuleInstance) {
93 cjsSourceMapCache.set(cjsModuleInstance, {
/third_party/node/lib/internal/modules/cjs/
Dloader.js986 function wrapSafe(filename, content, cjsModuleInstance) { argument
1019 if (process.mainModule === cjsModuleInstance)