* Set the source content for a source file. This will be added to the SourceMapGenerator * in the sourcesContent field. * * @param aSourceFile The filename of the source file * @param aSourceContent The content of the source file
(aSourceFile, aSourceContent)
| 301 | * @param aSourceContent The content of the source file |
| 302 | */ |
| 303 | setSourceContent(aSourceFile, aSourceContent) { |
| 304 | this.sourceContents[util.toSetString(aSourceFile)] = aSourceContent; |
| 305 | } |
| 306 | |
| 307 | /** |
| 308 | * Walk over the tree of SourceNodes. The walking function is called for each |
no outgoing calls
no test coverage detected