Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp601 Local<MapRef> mapRef = value->ToObject(vm_); in GetMapValue() local
602 int32_t size = mapRef->GetSize(); in GetMapValue()
603 int32_t len = mapRef->GetTotalElements(); in GetMapValue()
609 Local<JSValueRef> jsKey = mapRef->GetKey(vm_, i); in GetMapValue()
613 Local<JSValueRef> jsValue = mapRef->GetValue(vm_, i); in GetMapValue()