Home
last modified time | relevance | path

Searched defs:objContentType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp491 ContentType objContentType = JSHandle<JSTypedArray>::Cast(obj)->GetContentType(); in CreateFromTypedArray() local
568 ContentType objContentType = JSHandle<JSTypedArray>::Cast(obj)->GetContentType(); in CheckBufferAndType() local
1017 ContentType objContentType = obj->GetContentType(); in TypedArraySpeciesCreate() local
1074 [[maybe_unused]] ContentType objContentType = obj->GetContentType(); in TypedArrayCreateSameType() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.cpp1231 ContentType objContentType = JSHandle<JSTypedArray>::Cast(target)->GetContentType(); in Set() local
Dbuiltins_typedarray.cpp1330 ContentType objContentType = JSHandle<JSTypedArray>::Cast(target)->GetContentType(); in Set() local