MCPcopy Index your code
hub / github.com/mozilla/source-map / eachMapping

Method eachMapping

source-map.d.ts:207–207  ·  view source on GitHub ↗

* Iterate over each mapping between an original source/line/column and a * generated line/column in this source map. * * @param callback * The function that is called with each mapping. * @param context * Optional. If specified, this object will be the value of `this`

(
    callback: (mapping: MappingItem) => void,
    context?: any,
    order?: number
  )

Source from the content-addressed store, hash-verified

205 * `SourceMapConsumer.GENERATED_ORDER`.
206 */
207 eachMapping(
208 callback: (mapping: MappingItem) => void,
209 context?: any,
210 order?: number

Callers 10

eachMappingMethod · 0.65
fromSourceMapMethod · 0.65
assertNameFunction · 0.65
test-spec-tests.jsFile · 0.65
composeSourceMapsFunction · 0.65
getTestMappingFunction · 0.65
bench.jsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected