Lines Matching refs:m_parent
148 asyncCallChain = asyncCallChain->m_parent.get(); in create()
160 deepest = deepest->m_parent.get(); in create()
163 if (deepest) deepest->m_parent.reset(); in create()
187 m_parent ? m_parent->cloneImpl() : nullptr)); in cloneImpl()
206 m_parent(std::move(parent)) { in V8StackTraceImpl()
218 if (m_parent && isEmpty() && m_description == m_parent->m_description && in setCreation()
219 !m_parent->m_creation) { in setCreation()
220 m_frames.swap(m_parent->m_frames); in setCreation()
221 m_parent = std::move(m_parent->m_parent); in setCreation()
262 if (m_parent) stackTrace->setParent(m_parent->buildInspectorObjectImpl()); in buildInspectorObjectImpl()
278 if (!fullChain || !fullChain->m_parent) return nullptr; in buildInspectorObjectForTail()
279 return fullChain->m_parent->buildInspectorObjectImpl(); in buildInspectorObjectForTail()