Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dstring.cc1850 bool blew_stack = StackBlown(); in Continue() local
1853 if (!blew_stack) string = NextLeaf(&blew_stack); in Continue()
1855 if (blew_stack) { in Continue()
1923 String ConsStringIterator::NextLeaf(bool* blew_stack) { in NextLeaf() argument
1927 *blew_stack = false; in NextLeaf()
1932 *blew_stack = true; in NextLeaf()
Dstring.h1086 String NextLeaf(bool* blew_stack);