Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp1598 auto thisLength = EcmaStringAccessor(thisString).GetLength(); in Split() local
1651 auto thisLength = EcmaStringAccessor(thisString).GetLength(); in Split() local
1674 const JSHandle<EcmaString> &thisString, uint32_t thisLength, uint32_t lim) in CreateArrayFromString()
1716 uint32_t thisLength, uint32_t seperatorLength, uint32_t lim) in CreateArrayBySplitString()
1741 uint32_t thisLength, uint32_t seperatorLength, uint32_t lim) in CreateArrayThisStringAndSeperatorStringAreNotEmpty()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder_next_optimization.cpp976 GateRef thisLength = GetLengthOfJSArray(thisValue); in FastToSpliced() local
2181 GateRef thisLength = GetLengthOfJSArray(thisValue); in FastArrayWith() local