Searched refs:SetTypedArrayName (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | atomic_helper_test.cpp | 61 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/ |
| D | typed_array_helper.cpp | 821 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/ |
| D | js_typed_array_test.cpp | 245 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/ |
| D | serializer_test.cpp | 2191 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/ |
| D | object_factory.cpp | 1357 JSTypedArray::Cast(*obj)->SetTypedArrayName(thread_, JSTaggedValue::Undefined()); in InitializeJSObject() 1376 JSSharedTypedArray::Cast(*obj)->SetTypedArrayName(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
|