Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp389 Local<JSValueRef> jsValueRefTypedArray(TypedArrayRef::New(vm_, arrayBufferRef, 0, length)); in AddTypedArrayRef() local
390 …que_ptr<RemoteObject> remoteObjectTypedArray = RemoteObject::FromTagged(vm_, jsValueRefTypedArray); in AddTypedArrayRef()
392 properties_[curObjectId_++] = Global<JSValueRef>(vm_, jsValueRefTypedArray); in AddTypedArrayRef()