Searched refs:m_scopeContextStack (Results 1 - 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.cpp1620 m_scopeContextStack.append(context);
1629 ASSERT(m_scopeContextStack.size());
1630 ASSERT(!m_scopeContextStack.last().isFinallyBlock);
1634 m_scopeContextStack.removeLast();
1654 m_scopeContextStack.append(scope);
1660 ASSERT(m_scopeContextStack.size());
1661 ASSERT(m_scopeContextStack.last().isFinallyBlock);
1663 m_scopeContextStack.removeLast();
1793 ASSERT(scopeDelta <= m_scopeContextStack.size());
1798 return emitComplexJumpScopes(target, &m_scopeContextStack
[all...]
H A DBytecodeGenerator.h499 Vector<ControlFlowContext> m_scopeContextStack; member in class:JSC::BytecodeGenerator

Completed in 17 milliseconds