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.cpp233 ContentType objContentType = JSHandle<JSTypedArray>::Cast(obj)->GetContentType(); in CreateFromTypedArray() local
480 ContentType objContentType = obj->GetContentType(); in TypedArraySpeciesCreate() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.cpp1132 ContentType objContentType = JSHandle<JSTypedArray>::Cast(target)->GetContentType(); in Set() local