Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp1617 auto thisLength = EcmaStringAccessor(thisString).GetLength(); in Split() local
1670 auto thisLength = EcmaStringAccessor(thisString).GetLength(); in Split() local
1693 const JSHandle<EcmaString> &thisString, uint32_t thisLength, uint32_t lim) in CreateArrayFromString()
1735 uint32_t thisLength, uint32_t seperatorLength, uint32_t lim) in CreateArrayBySplitString()
1760 uint32_t thisLength, uint32_t seperatorLength, uint32_t lim) in CreateArrayThisStringAndSeperatorStringAreNotEmpty()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder_next_optimization.cpp981 GateRef thisLength = GetLengthOfJSArray(thisValue); in FastToSpliced() local
2189 GateRef thisLength = GetLengthOfJSArray(thisValue); in FastArrayWith() local