Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_collator_test.cpp194 std::vector<JSTaggedValue> arrayVals{jsFunction.GetTaggedValue()}; in HWTEST_F_L0() local
195 …auto result2 = CollatorAlgorithm(thread, arrayVals, 6, AlgorithmType::ARRAY_SORT, jsObject.GetTagg… in HWTEST_F_L0()
232 std::vector<JSTaggedValue> arrayVals{jsFunction.GetTaggedValue()}; in HWTEST_F_L0() local
233 …auto result2 = CollatorAlgorithm(thread, arrayVals, 6, AlgorithmType::ARRAY_SORT, jsObject.GetTagg… in HWTEST_F_L0()
266 std::vector<JSTaggedValue> arrayVals{value0.GetTaggedValue(), value1.GetTaggedValue()}; in HWTEST_F_L0() local
267 …auto result2 = CollatorAlgorithm(thread, arrayVals, 8, AlgorithmType::ARRAY_TOSTR, jsObject.GetTag… in HWTEST_F_L0()