Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.cc11369 bool blew_stack = StackBlown(); in Continue() local
11372 if (!blew_stack) string = NextLeaf(&blew_stack); in Continue()
11374 if (blew_stack) { in Continue()
11445 String* ConsStringIterator::NextLeaf(bool* blew_stack) { in NextLeaf() argument
11449 *blew_stack = false; in NextLeaf()
11454 *blew_stack = true; in NextLeaf()
Dobjects.h9325 String* NextLeaf(bool* blew_stack);