Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.cpp228 size_t posComma = 0; in ParseOption() local
234 posComma = str.find_last_of(comma); in ParseOption()
235 std::string recordName = str.substr(posComma + 1, str.size()); in ParseOption()
236 str = str.substr(0, posComma); in ParseOption()
238 } while (posComma != std::string::npos); in ParseOption()