Home
last modified time | relevance | path

Searched defs:sepLength (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.cpp221 void JSStableArray::SetSepValue(JSHandle<EcmaString> sepStringHandle, int &sep, uint32_t &sepLength) in SetSepValue()
241 uint32_t sepLength = 1; in Join() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.cpp774 uint32_t sepLength = 1; in Join() local
Dbuiltins_array.cpp1275 uint32_t sepLength = EcmaStringAccessor(sepStringHandle).GetLength(); in Join() local