Home
last modified time | relevance | path

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

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