Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_sharedarraybuffer.cpp150 JSHandle<JSArrayBuffer> shaArrBuf(thisHandle); in GetByteLength() local
152 uint32_t length = shaArrBuf->GetArrayBufferByteLength(); in GetByteLength()
172 JSHandle<JSArrayBuffer> shaArrBuf(thisHandle); in Slice() local
182 int32_t len = static_cast<int32_t>(shaArrBuf->GetArrayBufferByteLength()); in Slice()
248 JSTaggedValue from = shaArrBuf->GetArrayBufferData(); in Slice()