Home
last modified time | relevance | path

Searched refs:bufByteLen (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_dataview.cpp61 uint32_t bufByteLen = arrBufHandle->GetArrayBufferByteLength(); in DataViewConstructor() local
63 if (offset > bufByteLen) { in DataViewConstructor()
70 viewByteLen = bufByteLen - offset; in DataViewConstructor()
78 if (offset + viewByteLen > bufByteLen) { in DataViewConstructor()
79 THROW_RANGE_ERROR_AND_RETURN(thread, "offset + viewByteLen > bufByteLen", JSTaggedValue::Exception()); in DataViewConstructor()

Completed in 2 milliseconds