Home | History | Annotate | Download | only in dom

Lines Matching refs:m_currentScriptStack

828     HTMLScriptElement* currentScript() const { return !m_currentScriptStack.isEmpty() ? m_currentScriptStack.last().get() : 0; }
1296 WillBeHeapVector<RefPtrWillBeMember<HTMLScriptElement> > m_currentScriptStack;