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.cpp441 ContentType objContentType = JSHandle<JSTypedArray>::Cast(obj)->GetContentType(); in CreateFromTypedArray() local
518 ContentType objContentType = JSHandle<JSTypedArray>::Cast(obj)->GetContentType(); in CheckBufferAndType() local
967 ContentType objContentType = obj->GetContentType(); in TypedArraySpeciesCreate() local
1024 [[maybe_unused]] ContentType objContentType = obj->GetContentType(); in TypedArrayCreateSameType() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.cpp1204 ContentType objContentType = JSHandle<JSTypedArray>::Cast(target)->GetContentType(); in Set() local
Dbuiltins_typedarray.cpp1331 ContentType objContentType = JSHandle<JSTypedArray>::Cast(target)->GetContentType(); in Set() local