Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_shared_typedarray_test.cpp259 JSHandle<JSFunction> float32_array(env->GetFloat32ArrayFunction()); in HWTEST_F_L0() local
261 …RuntimeCallInfo1 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*float32_array), 6); in HWTEST_F_L0()
262 ecmaRuntimeCallInfo1->SetFunction(JSTaggedValue(*float32_array)); in HWTEST_F_L0()