MCPcopy
hub / github.com/mozilla/source-map / unsortedForEach

Method unsortedForEach

lib/mapping-list.js:46–48  ·  view source on GitHub ↗

* Iterate through internal items. This method takes the same arguments that * `Array.prototype.forEach` takes. * * NOTE: The order of the mappings is NOT guaranteed.

(aCallback, aThisArg)

Source from the content-addressed store, hash-verified

44 * NOTE: The order of the mappings is NOT guaranteed.
45 */
46 unsortedForEach(aCallback, aThisArg) {
47 this._array.forEach(aCallback, aThisArg);
48 }
49
50 /**
51 * Add the given source mapping.

Callers 1

applySourceMapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected