Home
last modified time | relevance | path

Searched defs:contentType (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.cpp527 ContentType contentType = JSHandle<JSTypedArray>::Cast(typedarray)->GetContentType(); in IntegerIndexedElementSet() local
Djs_serializer.cpp786 ContentType contentType = typedArray->GetContentType(); in WriteJSTypedArray() local
1731 ContentType *contentType = reinterpret_cast<ContentType*>(GetBuffer(sizeof(ContentType))); in ReadJSTypedArray() local
Djs_stable_array.cpp615 ContentType contentType = targetArray->GetContentType(); in FastCopyFromArrayToTypedArray() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp546 ContentType contentType = resJSInt8Array->GetContentType(); in TypedArrayTest1() local
590 ContentType contentType = resJSInt8Array->GetContentType(); in TypedArrayTest2() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.cpp1094 ContentType contentType = JSHandle<JSTypedArray>::Cast(target)->GetContentType(); in Set() local
Dbuiltins_array.cpp769 ContentType contentType = JSHandle<JSTypedArray>::Cast(thisHandle)->GetContentType(); in Fill() local