Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/containershashsetentries_fuzzer/
H A Dcontainershashsetentries_fuzzer.cpp110 EcmaRuntimeCallInfo *callInfoEntries = CreateEcmaRuntimeCallInfo(thread, 6); in ContainersHashSetEntriesFuzzTest() local
111 callInfoEntries->SetFunction(JSTaggedValue::Undefined()); in ContainersHashSetEntriesFuzzTest()
112 callInfoEntries->SetThis(hashSet.GetTaggedValue()); in ContainersHashSetEntriesFuzzTest()
113 JSHandle<JSTaggedValue> iter(thread, ContainersHashSet::Entries(callInfoEntries)); in ContainersHashSetEntriesFuzzTest()

Completed in 1 milliseconds