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.js112 function maybeCacheSourceMap(filename, content, cjsModuleInstance, isGeneratedSource, sourceURL, so… argument
139 if (cjsModuleInstance) {
140 getCjsSourceMapCache().set(cjsModuleInstance, {
/third_party/node/lib/internal/modules/cjs/
Dloader.js1252 function wrapSafe(filename, content, cjsModuleInstance) { argument
1304 if (process.mainModule === cjsModuleInstance) {