Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Datomic_helper.cpp64 JSHandle<JSObject> typedArrayObj(typedArray); in ValidateAtomicAccess() local
80 …JSHandle<JSTaggedValue> arrayTypeName(thread, JSTypedArray::Cast(*typedArrayObj)->GetTypedArrayNam… in ValidateAtomicAccess()
/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.cpp821 JSHandle<JSTypedArray> typedArrayObj = JSHandle<JSTypedArray>::Cast(typedArray); in FastTypedArrayFill() local
822 if (UNLIKELY(typedArrayObj->GetContentType() == ContentType::BigInt || value->IsECMAObject())) { in FastTypedArrayFill()
828 JSTaggedValue buffer = typedArrayObj->GetViewedArrayBufferOrByteArray(); in FastTypedArrayFill()
830 uint32_t arrLen = typedArrayObj->GetArrayLength(); in FastTypedArrayFill()
832 uint32_t offset = typedArrayObj->GetByteOffset(); in FastTypedArrayFill()
835 JSType jsType = typedArrayObj->GetClass()->GetObjectType(); in FastTypedArrayFill()