Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/patch/
H A Dpatch_loader.cpp580 size_t poiIndex = methodName.find_last_of('#'); in GetRealName() local
582 if (poiIndex != std::string::npos && poiIndex < methodName.size() - 1 && className != "default") { in GetRealName()
583 methodName = methodName.substr(poiIndex + 1); // #...#functionName in GetRealName()
585 poiIndex = methodName.find_last_of('^'); in GetRealName()
586 methodName = methodName.substr(0, poiIndex); // #...#functionName^1 in GetRealName()

Completed in 2 milliseconds