Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dsource_map.cpp389 MappingInfo mapInfo; in GetLineAndColumnNumbers() local
391 mapInfo = Find(line - offSet + OFFSET_PREVIEW, column, targetMap, isReplaces); in GetLineAndColumnNumbers()
393 mapInfo = Find(line - offSet, column, targetMap, isReplaces); in GetLineAndColumnNumbers()
395 if (mapInfo.row == 0 || mapInfo.col == 0) { in GetLineAndColumnNumbers()
398 line = mapInfo.row; in GetLineAndColumnNumbers()
399 column = mapInfo.col; in GetLineAndColumnNumbers()

Completed in 1 milliseconds