Home
last modified time | relevance | path

Searched defs:lhsCount (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_string.cpp110 int32_t lhsCount = static_cast<int32_t>(lhs->GetLength()); in Compare() local
206 int32_t lhsCount = static_cast<int32_t>(lhs->GetLength()); in IndexOf() local
248 int32_t lhsCount = static_cast<int32_t>(lhs->GetLength()); in LastIndexOf() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp497 GateRef lhsCount = GetLengthFromString(lhs); in StringIndexOf() local