Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Dsource_map.cpp124 uint32_t codeStartLen = codeStart.length(); in TranslateBySourceMap() local
125 if (fristLine.substr(0, codeStartLen).compare(codeStart) == 0) { in TranslateBySourceMap()
126 sourceCode = fristLine.substr(codeStartLen, fristLine.length() - codeStartLen - 1); in TranslateBySourceMap()