Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_plainarray_test.cpp114 …JSTaggedValue PlainArrayAdd(JSHandle<JSAPIPlainArray> plainArray, JSTaggedValue index, JSTaggedVal… in PlainArrayAdd() function in panda::test::ContainersPlainArrayTest
418 JSTaggedValue result = PlainArrayAdd(pArray, JSTaggedValue(i), JSTaggedValue(i + 1)); in HWTEST_F_L0()