Home | History | Annotate | Download | only in v8

Lines Matching refs:stackDepth

1996         if (stackDepth() != 1 || m_openCompositeReferenceStack.size())
2018 if (stackDepth() < 1)
2020 *object = element(stackDepth() - 1);
2027 if (length > stackDepth())
2039 const int depth = stackDepth() - length;
2100 if (length > stackDepth())
2102 for (unsigned i = 0, stackPos = stackDepth() - length; i < length; i++, stackPos++) {
2161 if (length > stackDepth())
2163 for (unsigned i = stackDepth() - length; i < stackDepth(); i += 2) {
2191 unsigned stackDepth() const { return m_stack.size(); }