Home
last modified time | relevance | path

Searched refs:ForEachBodyFunction (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h4333 using ForEachBodyFunction = std::function<void(TNode<Object> arg)>; variable
4334 void ForEach(const ForEachBodyFunction& body, TNode<IntPtrT> first = {},
4340 const ForEachBodyFunction& body, TNode<IntPtrT> first = {},
Dcode-stub-assembler.cc14444 const CodeStubArguments::ForEachBodyFunction& body, TNode<IntPtrT> first, in ForEach()