Home
last modified time | relevance | path

Searched refs:findSourceMap (Results 1 - 3 of 3) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-source-map-api.js6 const { findSourceMap, SourceMap } = require('module');
24 // `findSourceMap()` should return undefined when no source map is found.
32 const sourceMap = findSourceMap(file);
37 // findSourceMap() can lookup source-maps based on URIs, in the
41 const sourceMap = findSourceMap(
62 // findSourceMap() can be used in Error.prepareStackTrace() to lookup
70 sourceMap = findSourceMap(throwingRequireCallSite.getFileName());
/third_party/node/lib/internal/source_map/
H A Dprepare_stack_trace.js20 const { findSourceMap } = require('internal/source_map/source_map_cache');
70 findSourceMap(fileName);
197 const sm = findSourceMap(fileName);
H A Dsource_map_cache.js302 function findSourceMap(sourceURL) { function
328 findSourceMap,

Completed in 1 milliseconds