Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stub-assembler.h3007 typedef std::function<void(Node* arg)> ForEachBodyFunction; typedef
3010 void ForEach(const ForEachBodyFunction& body, Node* first = nullptr,
3020 const ForEachBodyFunction& body, Node* first = nullptr,
Dcode-stub-assembler.cc12159 const CodeStubArguments::ForEachBodyFunction& body, Node* first, Node* last, in ForEach()