Home
last modified time | relevance | path

Searched refs:modularMap (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dsource_map.cpp370 std::shared_ptr<SourceMapData> modularMap = std::make_shared<SourceMapData>(); in TranslateUrlPositionBySourceMap() local
371 if (modularMap == nullptr) { in TranslateUrlPositionBySourceMap()
375 ExtractSourceMapData(mappings.substr(FLAG_MAPPINGS_LEN, mappings.size() - FLAG_MAPPINGS_LEN - 1), modularMap); in TranslateUrlPositionBySourceMap()
376 sourceMaps_.emplace(url, modularMap); in TranslateUrlPositionBySourceMap()
377 ret = GetLineAndColumnNumbers(line, column, *(modularMap), isReplaces); in TranslateUrlPositionBySourceMap()

Completed in 1 milliseconds