Searched refs:ForEachBodyFunction (Results 1 – 2 of 2) sorted by relevance
4333 using ForEachBodyFunction = std::function<void(TNode<Object> arg)>; variable4334 void ForEach(const ForEachBodyFunction& body, TNode<IntPtrT> first = {},4340 const ForEachBodyFunction& body, TNode<IntPtrT> first = {},
14444 const CodeStubArguments::ForEachBodyFunction& body, TNode<IntPtrT> first, in ForEach()