Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_shared_typedarray_test.cpp282 JSHandle<JSFunction> float64_array(env->GetFloat64ArrayFunction()); in HWTEST_F_L0() local
284 …RuntimeCallInfo1 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*float64_array), 6); in HWTEST_F_L0()
285 ecmaRuntimeCallInfo1->SetFunction(JSTaggedValue(*float64_array)); in HWTEST_F_L0()