Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/containershashsetremove_fuzzer/
H A Dcontainershashsetremove_fuzzer.cpp110 EcmaRuntimeCallInfo *callInfoRemove = CreateEcmaRuntimeCallInfo(thread, 6); in ContainersHashSetRemoveFuzzTest() local
111 callInfoRemove->SetFunction(JSTaggedValue::Undefined()); in ContainersHashSetRemoveFuzzTest()
112 callInfoRemove->SetThis(hashSet.GetTaggedValue()); in ContainersHashSetRemoveFuzzTest()
113 callInfoRemove->SetCallArg(0, JSTaggedValue(input)); in ContainersHashSetRemoveFuzzTest()
114 [[maybe_unused]] JSTaggedValue resultRemove = ContainersHashSet::Remove(callInfoRemove); in ContainersHashSetRemoveFuzzTest()

Completed in 1 milliseconds