Home
last modified time | relevance | path

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

/third_party/node/lib/internal/source_map/
Dsource_map_cache.js45 function maybeCacheSourceMap(filename, content, cjsModuleInstance) { argument
168 function rekeySourceMap(cjsModuleInstance, newInstance) { argument
/third_party/node/lib/internal/modules/cjs/
Dloader.js899 function wrapSafe(filename, content, cjsModuleInstance) { argument