Home
last modified time | relevance | path

Searched refs:newKeyArray (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_lightweightmap.cpp42 JSHandle<TaggedArray> newKeyArray = GrowCapacity(thread, keyArray, index); in IncreaseCapacityTo() local
45 lightWeightMap->SetKeys(thread, newKeyArray); in IncreaseCapacityTo()
115 … JSHandle<TaggedArray> newKeyArray = GetArrayByKind(thread, newLightWeightMap, AccossorsKind::KEY); in HasAll() local
122 dealKey = newKeyArray->Get(num); in HasAll()