stackDepth       2462 Source/bindings/v8/SerializedScriptValue.cpp         if (stackDepth() != 1 || m_openCompositeReferenceStack.size())
stackDepth       2484 Source/bindings/v8/SerializedScriptValue.cpp         if (stackDepth() < 1)
stackDepth       2486 Source/bindings/v8/SerializedScriptValue.cpp         *object = element(stackDepth() - 1);
stackDepth       2545 Source/bindings/v8/SerializedScriptValue.cpp         if (length > stackDepth())
stackDepth       2547 Source/bindings/v8/SerializedScriptValue.cpp         for (unsigned i = 0, stackPos = stackDepth() - length; i < length; i++, stackPos++) {
stackDepth       2606 Source/bindings/v8/SerializedScriptValue.cpp         if (length > stackDepth())
stackDepth       2608 Source/bindings/v8/SerializedScriptValue.cpp         for (unsigned i = stackDepth() - length; i < stackDepth(); i += 2) {
stackDepth        291 Source/core/html/parser/HTMLConstructionSite.cpp     if (m_openElements.stackDepth() > maximumHTMLParserDOMTreeDepth && task.parent->parentNode())
stackDepth        166 Source/core/html/parser/HTMLConstructionSite.h     bool isEmpty() const { return !m_openElements.stackDepth(); }
stackDepth         78 Source/core/html/parser/HTMLElementStack.h     unsigned stackDepth() const { return m_stackDepth; }