Searched refs:topScope (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) {
2091 if (topScope->isFinallyBlock)
2094 --topScope;
2103 // If topScope == bottomScope then there isn't a finally block left to emit.
2104 if (topScope == bottomScope)
2113 while (topScope > bottomScope && topScope->isFinallyBlock) {
2118 FinallyContext finallyContext = topScope
[all...]
H A DBytecodeGenerator.h489 void emitComplexPopScopes(ControlFlowContext* topScope, ControlFlowContext* bottomScope);

Completed in 176 milliseconds