Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dsource_map.cpp181 curMapData->nowPos_.beforeColumn += ans[INDEX_THREE]; in ExtractSourceMapData()
187 curMapData->nowPos_.beforeColumn, in ExtractSourceMapData()
227 return MappingInfo { targetMap.afterPos_[res].beforeRow + 1, targetMap.afterPos_[res].beforeColumn + 1 }; in Find()
H A Dsource_map.h36 int32_t beforeColumn = 0; member
/arkcompiler/ets_runtime/ecmascript/extractortool/tests/
H A Dsource_map_test.cpp363 std::cout << "- (" << pos.beforeRow << ", " << pos.beforeColumn << ", " << pos.afterRow << ", " in PrintSourceMapData()
400 info.beforeColumn = 1; in HWTEST_F_L0()
489 info.beforeColumn = 1; in HWTEST_F_L0()

Completed in 2 milliseconds