Home
last modified time | relevance | path

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

/third_party/node/lib/internal/source_map/
Dprepare_stack_trace.js138 originalSourcePath, argument
143 StringPrototypeStartsWith(originalSourcePath, 'file://') ?
144 fileURLToPath(originalSourcePath) : originalSourcePath;
147 originalSourcePath,
173 function getOriginalSource(payload, originalSourcePath) { argument
177 ArrayPrototypeIndexOf(payload.sources, originalSourcePath);
182 } else if (StringPrototypeStartsWith(originalSourcePath, 'file://')) {
185 debug(`read source of ${originalSourcePath} from filesystem`);
186 const originalSourcePathNoScheme = fileURLToPath(originalSourcePath);