Searched refs:topScope (Results 1 – 3 of 3) sorted by relevance
1701 …codeGenerator::emitComplexJumpScopes(Label* target, ControlFlowContext* topScope, ControlFlowConte… in emitComplexJumpScopes() argument1703 while (topScope > bottomScope) { in emitComplexJumpScopes()1707 while (topScope > bottomScope) { in emitComplexJumpScopes()1708 if (topScope->isFinallyBlock) in emitComplexJumpScopes()1711 --topScope; in emitComplexJumpScopes()1722 if (topScope == bottomScope) { in emitComplexJumpScopes()1734 while (topScope > bottomScope && topScope->isFinallyBlock) { in emitComplexJumpScopes()1735 … emitJumpSubroutine(topScope->finallyContext.retAddrDst, topScope->finallyContext.finallyAddr); in emitComplexJumpScopes()1736 --topScope; in emitComplexJumpScopes()
355 …PassRefPtr<Label> emitComplexJumpScopes(Label* target, ControlFlowContext* topScope, ControlFlowCo…
3938 with a bounds check. The old loop logic would decrement and read topScope