Lines Matching refs:SourceMapGenerator
21 function SourceMapGenerator(aArgs) { class
34 SourceMapGenerator.prototype._version = 3;
41 SourceMapGenerator.fromSourceMap =
44 var generator = new SourceMapGenerator({
102 SourceMapGenerator.prototype.addMapping =
140 SourceMapGenerator.prototype.setSourceContent =
180 SourceMapGenerator.prototype.applySourceMap =
268 SourceMapGenerator.prototype._validateMapping =
311 SourceMapGenerator.prototype._serializeMappings =
377 SourceMapGenerator.prototype._generateSourcesContent =
396 SourceMapGenerator.prototype.toJSON =
420 SourceMapGenerator.prototype.toString =
425 exports.SourceMapGenerator = SourceMapGenerator;