Home
last modified time | relevance | path

Searched refs:handleTypeArray (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/tests/
Darray_helper_test.cpp129 JSHandle<JSTypedArray> handleTypeArray = JSHandle<JSTypedArray>::Cast( in HWTEST_F_L0() local
131 handleTypeArray->SetArrayLength(11); in HWTEST_F_L0()
132 JSHandle<JSTaggedValue> typeArrayHandle(handleTypeArray); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_typed_array_test.cpp1324 JSHandle<JSTypedArray> handleTypeArray = CreateNumberTypedArray(thread, jsType); in HWTEST_F_L0() local
1325 … JSHandle<JSTaggedValue> handleTagValTypeArray = JSHandle<JSTaggedValue>::Cast(handleTypeArray); in HWTEST_F_L0()
1327 int32_t sizeElement = ecmascript::base::TypedArrayHelper::GetElementSize(handleTypeArray); in HWTEST_F_L0()
1331 handleTypeArray->SetViewedArrayBufferOrByteArray(thread, handleTagValArrayBufferFrom); in HWTEST_F_L0()
1332 handleTypeArray->SetArrayLength(numElementsTypeArray); in HWTEST_F_L0()
1362 JSHandle<JSTypedArray> handleTypeArray = CreateNumberTypedArray(thread, jsType); in HWTEST_F_L0() local
1363 … JSHandle<JSTaggedValue> handleTagValTypeArray = JSHandle<JSTaggedValue>::Cast(handleTypeArray); in HWTEST_F_L0()
1365 int32_t sizeElement = ecmascript::base::TypedArrayHelper::GetElementSize(handleTypeArray); in HWTEST_F_L0()
1369 handleTypeArray->SetViewedArrayBufferOrByteArray(thread, handleTagValArrayBufferFrom); in HWTEST_F_L0()
1370 handleTypeArray->SetArrayLength(numElementsTypeArray); in HWTEST_F_L0()
[all …]