Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_shared_typedarray_test.cpp133 JSHandle<JSFunction> int8c_array(env->GetUint8ClampedArrayFunction()); in HWTEST_F_L0() local
135 …maRuntimeCallInfo1 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*int8c_array), 6); in HWTEST_F_L0()
136 ecmaRuntimeCallInfo1->SetFunction(JSTaggedValue(*int8c_array)); in HWTEST_F_L0()