Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_api.cc274 unsigned int iterations_left = kMaxIterationCount; in Dispatch() local
275 while (has_more && --iterations_left != 0) { in Dispatch()