Home
last modified time | relevance | path

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

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