Home | History | Annotate | Download | only in bytecompiler

Lines Matching refs:m_scopeContextStack

1832     m_scopeContextStack.append(context);
1840 ASSERT(m_scopeContextStack.size());
1841 ASSERT(!m_scopeContextStack.last().isFinallyBlock);
1845 m_scopeContextStack.removeLast();
1870 m_scopeContextStack.append(scope);
1876 ASSERT(m_scopeContextStack.size());
1877 ASSERT(m_scopeContextStack.last().isFinallyBlock);
1879 m_scopeContextStack.removeLast();
2009 ASSERT(scopeDelta <= m_scopeContextStack.size());
2014 return emitComplexJumpScopes(target, &m_scopeContextStack.last(), &m_scopeContextStack.last() - scopeDelta);
2093 m_scopeContextStack.append(context);