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

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DBytecodeGenerator.cpp2151 void BytecodeGenerator::emitComplexPopScopes(ControlFlowContext* topScope, ControlFlowContext* bottomScope) argument
2153 while (topScope > bottomScope) {
2157 while (topScope > bottomScope) {
2170 // If topScope == bottomScope then there isn't a finally block left to emit.
2171 if (topScope == bottomScope)
2180 while (topScope > bottomScope && topScope->isFinallyBlock) {
2195 bottomScopeIndex = bottomScope - m_scopeContextStack.begin();
2239 bottomScope = m_scopeContextStack.begin() + bottomScopeIndex; // don't assert, since it the index might be -1.
H A DBytecodeGenerator.h569 void emitComplexPopScopes(ControlFlowContext* topScope, ControlFlowContext* bottomScope);

Completed in 217 milliseconds