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

/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecompiler/
H A DBytecodeGenerator.cpp2084 void BytecodeGenerator::emitComplexPopScopes(ControlFlowContext* topScope, ControlFlowContext* bottomScope) argument
2086 while (topScope > bottomScope) {
2090 while (topScope > bottomScope) {
2103 // If topScope == bottomScope then there isn't a finally block left to emit.
2104 if (topScope == bottomScope)
2113 while (topScope > bottomScope && topScope->isFinallyBlock) {
2128 bottomScopeIndex = bottomScope - m_scopeContextStack.begin();
2172 bottomScope = m_scopeContextStack.begin() + bottomScopeIndex; // don't assert, since it the index might be -1.
H A DBytecodeGenerator.h489 void emitComplexPopScopes(ControlFlowContext* topScope, ControlFlowContext* bottomScope);

Completed in 105 milliseconds