Home
last modified time | relevance | path

Searched refs:columnStr (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Dsource_map.cpp500 std::string columnStr = rawStack.substr(secondPos + 1, lineEnd - 1 - secondPos); in GetErrorPos() local
502 return std::make_pair(StringToInt(lineStr), StringToInt(columnStr)); in GetErrorPos()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_base_utils.cpp283 std::string columnStr = rawStack.substr(secondPos + 1, lineEnd - 1 - secondPos); in GetErrorPos() local
285 return std::make_pair(StringToInt(lineStr), StringToInt(columnStr)); in GetErrorPos()