Searched refs:returnFunc (Results 1 – 1 of 1) sorted by relevance
161 JSHandle<JSTaggedValue> returnFunc(JSObject::GetMethod(thread, iter, returnStr)); in IteratorClose() local163 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, returnFunc); in IteratorClose()165 if (returnFunc->IsUndefined()) { in IteratorClose()172 JSTaggedValue ret = JSFunction::Call(thread, returnFunc, iter, 0, nullptr); in IteratorClose()