Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/containersplainarray_fuzzer/
H A Dcontainersplainarray_fuzzer.cpp541 EcmaRuntimeCallInfo *cfForIsEmpty = CreateEcmaRuntimeCallInfo(thread, 4); // 4 : means the argv length in ContainersPlainArray_IsEmpty_FuzzTest() local
542 cfForIsEmpty->SetFunction(JSTaggedValue::Undefined()); in ContainersPlainArray_IsEmpty_FuzzTest()
543 cfForIsEmpty->SetThis(plainArray.GetTaggedValue()); in ContainersPlainArray_IsEmpty_FuzzTest()
544 ContainersPlainArray::IsEmpty(cfForIsEmpty); // expected to return true or false in ContainersPlainArray_IsEmpty_FuzzTest()

Completed in 2 milliseconds