Home
last modified time | relevance | path

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

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