Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dobjects-inl.h3148 bool blew_stack = false; in ContinueOperation() local
3149 String* string = NextLeaf(&blew_stack, type_out, length_out); in ContinueOperation()
3158 if (!blew_stack) return NULL; in ContinueOperation()
Dobjects.cc8547 String* ConsStringIteratorOp::NextLeaf(bool* blew_stack, in NextLeaf() argument
8553 *blew_stack = false; in NextLeaf()
8558 *blew_stack = true; in NextLeaf()
Dobjects.h9240 String* NextLeaf(bool* blew_stack, int32_t* type_out, unsigned* length_out);