Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dstring.h890 String* NextLeaf(bool* blew_stack);
/external/v8/src/
Dobjects.cc11228 bool blew_stack = StackBlown(); in Continue() local
11231 if (!blew_stack) string = NextLeaf(&blew_stack); in Continue()
11233 if (blew_stack) { in Continue()
11303 String* ConsStringIterator::NextLeaf(bool* blew_stack) { in NextLeaf() argument
11307 *blew_stack = false; in NextLeaf()
11312 *blew_stack = true; in NextLeaf()