Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp971 JSHandle<JSAPILightWeightMap> lightweightMap(JSNApiHelper::ToJSHandle(value)); in GetLightWeightMapValue() local
972 uint32_t size = static_cast<uint32_t>(lightweightMap->GetSize()); in GetLightWeightMapValue()
975 JSMutableHandle<TaggedArray> keys(thread, lightweightMap->GetKeys()); in GetLightWeightMapValue()
976 JSMutableHandle<TaggedArray> values(thread, lightweightMap->GetValues()); in GetLightWeightMapValue()