Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp454 Local<TypedArrayRef> localTypedArrayRef(value); in GetAdditionalProperties() local
455 uint32_t lengthTypedArray = localTypedArrayRef->ArrayLength(vm_); in GetAdditionalProperties()
461 Local<JSValueRef> localValRefElement = localTypedArrayRef->Get(vm_, i); in GetAdditionalProperties()