assert.js |
|
367 |
fetchSourceMap.js |
|
4347 |
getOriginalStackFrames.js |
|
1184 |
index.js |
Trims the query part or reference identifier of a URL string, if necessary.
|
2253 |
moz.build |
|
473 |
network-request.js |
|
1504 |
sourceMapRequests.js |
For a given generated source, retrieve an object with many attributes:
@param {String} generatedSourceId
The id of the generated source
@return {Object} Meta data object with many attributes
- map: The SourceMapConsumer or WasmRemap instance
- urlsById Map of Original Source ID (string) to Source URL (string)
- sources: Array of object with the two following attributes:
- id: Original Source ID (string)
- url: Original Source URL (string)
|
2718 |
wasmRemap.js |
SourceMapConsumer for WebAssembly source maps. It transposes columns with
lines, which allows mapping data to be used with SpiderMonkey Debugger API.
|
2495 |