Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp442 ContentType srcArrayContentType = JSHandle<JSTypedArray>::Cast(srcArray)->GetContentType(); in CreateFromTypedArray() local
443 if (srcArrayContentType != objContentType) { in CreateFromTypedArray()
519 ContentType srcArrayContentType = JSHandle<JSTypedArray>::Cast(srcArray)->GetContentType(); in CheckBufferAndType() local
520 if (srcArrayContentType != objContentType) { in CheckBufferAndType()