Home
last modified time | relevance | path

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

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