Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/containersplainarray_fuzzer/
Dcontainersplainarray_fuzzer.cpp390 …EcmaRuntimeCallInfo *cfForToString = CreateEcmaRuntimeCallInfo(thread, 4); // 4 : means the argv l… in ContainersPlainArray_ToString_FuzzTest() local
391 cfForToString->SetFunction(JSTaggedValue::Undefined()); in ContainersPlainArray_ToString_FuzzTest()
392 cfForToString->SetThis(plainArray.GetTaggedValue()); in ContainersPlainArray_ToString_FuzzTest()
393 ContainersPlainArray::ToString(cfForToString); // expected to return string object in ContainersPlainArray_ToString_FuzzTest()