Searched refs:blew_stack (Results 1 – 3 of 3) sorted by relevance
3148 bool blew_stack = false; in ContinueOperation() local3149 String* string = NextLeaf(&blew_stack, type_out, length_out); in ContinueOperation()3158 if (!blew_stack) return NULL; in ContinueOperation()
8547 String* ConsStringIteratorOp::NextLeaf(bool* blew_stack, in NextLeaf() argument8553 *blew_stack = false; in NextLeaf()8558 *blew_stack = true; in NextLeaf()
9240 String* NextLeaf(bool* blew_stack, int32_t* type_out, unsigned* length_out);