Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp707 Local<DataViewRef> dataViewRef = value->ToObject(vm_); in GetDataViewValue() local
708 Local<ArrayBufferRef> buffer = dataViewRef->GetArrayBuffer(vm_); in GetDataViewValue()
709 int32_t byteLength = static_cast<int32_t>(dataViewRef->ByteLength()); in GetDataViewValue()
710 int32_t byteOffset = static_cast<int32_t>(dataViewRef->ByteOffset()); in GetDataViewValue()