Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/containershashsetgetlength_fuzzer/
H A Dcontainershashsetgetlength_fuzzer.cpp110 EcmaRuntimeCallInfo *callInfoGetLength = CreateEcmaRuntimeCallInfo(thread, 6); in ContainersHashSetGetLengthFuzzTest() local
111 callInfoGetLength->SetFunction(JSTaggedValue::Undefined()); in ContainersHashSetGetLengthFuzzTest()
112 callInfoGetLength->SetThis(hashSet.GetTaggedValue()); in ContainersHashSetGetLengthFuzzTest()
113 [[maybe_unused]] JSTaggedValue resultGetLength = ContainersHashSet::GetLength(callInfoGetLength); in ContainersHashSetGetLengthFuzzTest()

Completed in 1 milliseconds