Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_lightweightset.cpp202 uint32_t destSize = lightweightSet->GetLength(); in HasAll() local
251 uint32_t destSize = obj->GetLength(); in Equal() local
/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h363 uint32_t start, uint32_t destSize, uint32_t length) in ReadData()
Decma_string.cpp147 void EcmaString::WriteData(EcmaString *src, uint32_t start, uint32_t destSize, uint32_t length) in WriteData()