Searched refs:SetTypedArrayName (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | atomic_helper_test.cpp | 84 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/ |
| D | typed_array_helper.cpp | 404 jsTypedArray->SetTypedArrayName(thread, constructorName); in AllocateTypedArray() 427 JSTypedArray::Cast(*obj)->SetTypedArrayName(thread, constructorName); in AllocateTypedArray()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_typed_array_test.cpp | 267 HWTEST_F_L0(JSTypedArrayTest, SetTypedArrayName) in HWTEST_F_L0() argument 278 handleTypedArray->SetTypedArrayName(thread, handleTagValEcmaStrNameFrom); in HWTEST_F_L0()
|
| D | js_serializer_test.cpp | 1690 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/ |
| D | js_serializer.cpp | 1703 typedArray->SetTypedArrayName(thread_, typedArrayName); in ReadJSTypedArray()
|
| D | object_factory.cpp | 1061 JSTypedArray::Cast(*obj)->SetTypedArrayName(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
|