Home
last modified time | relevance | path

Searched refs:cfForToString (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/containersplainarray_fuzzer/
H A Dcontainersplainarray_fuzzer.cpp414 EcmaRuntimeCallInfo *cfForToString = CreateEcmaRuntimeCallInfo(thread, 4); // 4 : means the argv length in ContainersPlainArray_ToString_FuzzTest() local
415 cfForToString->SetFunction(JSTaggedValue::Undefined()); in ContainersPlainArray_ToString_FuzzTest()
416 cfForToString->SetThis(plainArray.GetTaggedValue()); in ContainersPlainArray_ToString_FuzzTest()
417 ContainersPlainArray::ToString(cfForToString); // expected to return string object in ContainersPlainArray_ToString_FuzzTest()

Completed in 2 milliseconds