Home
last modified time | relevance | path

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

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