Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.cpp763 ContentType contentType = typedArray->GetContentType(); in WriteJSTypedArray() local
1723 ContentType *contentType = reinterpret_cast<ContentType*>(GetBuffer(sizeof(ContentType))); in ReadJSTypedArray() local
Djs_typed_array.cpp569 ContentType contentType = JSHandle<JSTypedArray>::Cast(typedarray)->GetContentType(); in IntegerIndexedElementSet() local
Djs_stable_array.cpp683 ContentType contentType = targetArray->GetContentType(); in FastCopyFromArrayToTypedArray() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.cpp1116 ContentType contentType = JSHandle<JSTypedArray>::Cast(target)->GetContentType(); in Set() local
1750 ContentType contentType = thisObj->GetContentType(); in With() local
Dbuiltins_array.cpp752 ContentType contentType = JSHandle<JSTypedArray>::Cast(thisHandle)->GetContentType(); in Fill() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp624 ContentType contentType = resJSInt8Array->GetContentType(); in TypedArrayTest1() local
663 ContentType contentType = resJSInt8Array->GetContentType(); in TypedArrayTest2() local
904 ContentType contentType = resJSInt8Array->GetContentType(); in TransferJSArrayBufferTest4() local