Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.cpp1224 ContentType argArrayContentType = JSHandle<JSTypedArray>::Cast(argArray)->GetContentType(); in Set() local
1225 if (argArrayContentType != objContentType) { in Set()