Home
last modified time | relevance | path

Searched refs:SetTypedArrayName (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/tests/
Datomic_helper_test.cpp84 array->SetTypedArrayName(thread, globalConst->GetHandledInt8ArrayString()); // test int8 array in HWTEST_F_L0()
114 …array->SetTypedArrayName(thread, globalConst->GetHandledUint32ArrayString()); // test uint32_t arr… in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp404 jsTypedArray->SetTypedArrayName(thread, constructorName); in AllocateTypedArray()
427 JSTypedArray::Cast(*obj)->SetTypedArrayName(thread, constructorName); in AllocateTypedArray()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_typed_array_test.cpp267 HWTEST_F_L0(JSTypedArrayTest, SetTypedArrayName) in HWTEST_F_L0() argument
278 handleTypedArray->SetTypedArrayName(thread, handleTagValEcmaStrNameFrom); in HWTEST_F_L0()
Djs_serializer_test.cpp1690 int8Array->SetTypedArrayName(thread, thread->GlobalConstants()->GetInt8ArrayString()); in HWTEST_F_L0()
1723 int8Array->SetTypedArrayName(thread, thread->GlobalConstants()->GetInt8ArrayString()); in HWTEST_F_L0()
2088 int8Array->SetTypedArrayName(thread, thread->GlobalConstants()->GetInt8ArrayString()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.cpp1703 typedArray->SetTypedArrayName(thread_, typedArrayName); in ReadJSTypedArray()
Dobject_factory.cpp1061 JSTypedArray::Cast(*obj)->SetTypedArrayName(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()