Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/tests/
Datomic_helper_test.cpp61 array->SetTypedArrayName(thread, globalConst->GetHandledInt8ArrayString()); // test int8 array in HWTEST_F_L0()
91 …array->SetTypedArrayName(thread, globalConst->GetHandledUint32ArrayString()); // test uint32_t arr… in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp821 jsTypedArray->SetTypedArrayName(thread, constructorName); in AllocateTypedArray()
858 jsTypedArray->SetTypedArrayName(thread, constructorName); in AllocateSharedTypedArray()
881 JSTypedArray::Cast(*obj)->SetTypedArrayName(thread, constructorName); in AllocateTypedArray()
905 JSSharedTypedArray::Cast(*obj)->SetTypedArrayName(thread, constructorName); in AllocateSharedTypedArray()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_typed_array_test.cpp245 HWTEST_F_L0(JSTypedArrayTest, SetTypedArrayName) in HWTEST_F_L0() argument
256 handleTypedArray->SetTypedArrayName(thread, handleTagValEcmaStrNameFrom); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp2191 int8Array->SetTypedArrayName(thread, thread->GlobalConstants()->GetInt8ArrayString()); in HWTEST_F_L0()
2228 int8Array->SetTypedArrayName(thread, thread->GlobalConstants()->GetInt8ArrayString()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp1357 JSTypedArray::Cast(*obj)->SetTypedArrayName(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1376 JSSharedTypedArray::Cast(*obj)->SetTypedArrayName(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()