Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_sendable_arraybuffer.cpp241 uint32_t arrayByteLength = static_cast<uint32_t>(byteLength); in AllocateSendableArrayBuffer() local
244 factory->NewJSSendableArrayBufferData(arrayBuffer, arrayByteLength); in AllocateSendableArrayBuffer()
246 arrayBuffer->SetArrayBufferByteLength(arrayByteLength); in AllocateSendableArrayBuffer()
Dbuiltins_arraybuffer.cpp235 uint32_t arrayByteLength = static_cast<uint32_t>(byteLength); in AllocateArrayBuffer() local
238 factory->NewJSArrayBufferData(arrayBuffer, arrayByteLength); in AllocateArrayBuffer()
240 arrayBuffer->SetArrayBufferByteLength(arrayByteLength); in AllocateArrayBuffer()