Home
last modified time | relevance | path

Searched defs:arrayBufferByteLength (Results 1 – 2 of 2) sorted by relevance

/ark/js_runtime/ecmascript/
Djs_arraybuffer.cpp38 void JSArrayBuffer::Attach(JSThread *thread, uint32_t arrayBufferByteLength, JSTaggedValue arrayBuf… in Attach()
/ark/js_runtime/ecmascript/tooling/agent/
Druntime_impl.cpp231 int32_t arrayBufferByteLength = arrayBufferRef->ByteLength(vm_); in AddTypedArrayRefs() local