Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.cpp227 size_t posColon = 0; in ParseOption() local
230 posColon = str.find_last_of(colon); in ParseOption()
231 std::string methodNameList = str.substr(posColon + 1, str.size()); in ParseOption()
233 str = str.substr(0, posColon); in ParseOption()