Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.cpp577 ContentType contentType = JSHandle<JSTypedArray>::Cast(thisObjVal)->GetContentType(); in Fill() local
1265 ContentType contentType = JSHandle<JSTypedArray>::Cast(target)->GetContentType(); in Set() local
1967 ContentType contentType = thisObj->GetContentType(); in With() local
Dbuiltins_shared_typedarray.cpp1188 ContentType contentType = JSHandle<JSTypedArray>::Cast(target)->GetContentType(); in Set() local
/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.cpp597 ContentType contentType = JSHandle<JSTypedArray>::Cast(typedarray)->GetContentType(); in IntegerIndexedElementSet() local
Djs_stable_array.cpp1454 ContentType contentType = targetArray->GetContentType(); in FastCopyFromArrayToTypedArray() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp2473 GateRef contentType = in NewTaggedSubArray() local
2567 GateRef contentType = in NewTypedArray() local
2624 GateRef contentType = in NewTypedArraySameType() local
2763 GateRef contentType = Int32(static_cast<int32_t>(ContentType::Number)); in NewFloat32ArrayWithSize() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dinter_op_serializer_test.cpp803 ContentType contentType = resJSInt8Array->GetContentType(); in TypedArrayTest1() local
842 ContentType contentType = resJSInt8Array->GetContentType(); in TypedArrayTest2() local
Dserializer_test.cpp805 ContentType contentType = resJSInt8Array->GetContentType(); in TypedArrayTest1() local
844 ContentType contentType = resJSInt8Array->GetContentType(); in TypedArrayTest2() local