Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp390 …std::unique_ptr<RemoteObject> remoteObjectTypedArray = RemoteObject::FromTagged(vm_, jsValueRefTyp… in AddTypedArrayRef() local
391 remoteObjectTypedArray->SetObjectId(curObjectId_); in AddTypedArrayRef()
399 .SetValue(std::move(remoteObjectTypedArray)); in AddTypedArrayRef()