Searched refs:originalSourcePath (Results 1 – 1 of 1) sorted by relevance
138 originalSourcePath, argument143 StringPrototypeStartsWith(originalSourcePath, 'file://') ?144 fileURLToPath(originalSourcePath) : originalSourcePath;147 originalSourcePath,173 function getOriginalSource(payload, originalSourcePath) { argument177 ArrayPrototypeIndexOf(payload.sources, originalSourcePath);182 } else if (StringPrototypeStartsWith(originalSourcePath, 'file://')) {185 debug(`read source of ${originalSourcePath} from filesystem`);186 const originalSourcePathNoScheme = fileURLToPath(originalSourcePath);