Searched refs:blew_stack (Results 1 – 2 of 2) sorted by relevance
11369 bool blew_stack = StackBlown(); in Continue() local11372 if (!blew_stack) string = NextLeaf(&blew_stack); in Continue()11374 if (blew_stack) { in Continue()11445 String* ConsStringIterator::NextLeaf(bool* blew_stack) { in NextLeaf() argument11449 *blew_stack = false; in NextLeaf()11454 *blew_stack = true; in NextLeaf()
9325 String* NextLeaf(bool* blew_stack);