Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp262 ContentType objContentType = JSHandle<JSTypedArray>::Cast(obj)->GetContentType(); in CreateFromTypedArray() local
507 ContentType objContentType = obj->GetContentType(); in TypedArraySpeciesCreate() local
564 [[maybe_unused]] ContentType objContentType = obj->GetContentType(); in TypedArrayCreateSameType() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.cpp1155 ContentType objContentType = JSHandle<JSTypedArray>::Cast(target)->GetContentType(); in Set() local