Searched refs:iterations_left (Results 1 - 1 of 1) sorted by relevance
/third_party/node/src/ | ||
H A D | node_api.cc | 356 unsigned int iterations_left = kMaxIterationCount; in Dispatch() local 357 while (has_more && --iterations_left != 0) { in Dispatch() |
Completed in 3 milliseconds