Searched refs:sourceMapComment (Results 1 – 1 of 1) sorted by relevance
78 function fetchAndApplySourceMap(sourceMapComment, source, singleSourceTokens, applyContext) { argument79 return extractInputSourceMapFrom(sourceMapComment, applyContext, function (inputSourceMap) {90 function extractInputSourceMapFrom(sourceMapComment, applyContext, whenSourceMapReady) { argument91 var uri = MAP_MARKER_PATTERN.exec(sourceMapComment)[1];