Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp358 GateRef pos, GateRef max, GateRef rhsCount) in StringIndexOf()
498 GateRef rhsCount = GetLengthFromString(rhs); in StringIndexOf() local
/arkcompiler/ets_runtime/ecmascript/
Decma_string.cpp111 int32_t rhsCount = static_cast<int32_t>(rhs->GetLength()); in Compare() local
207 int32_t rhsCount = static_cast<int32_t>(rhs->GetLength()); in IndexOf() local
249 int32_t rhsCount = static_cast<int32_t>(rhs->GetLength()); in LastIndexOf() local