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

/external/webkit/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.cpp1744 PassRefPtr<Label> BytecodeGenerator::emitComplexJumpScopes(Label* target, ControlFlowContext* topScope, ControlFlowContext* bottomScope) argument
1746 while (topScope > bottomScope) {
1750 while (topScope > bottomScope) {
1751 if (topScope->isFinallyBlock)
1754 --topScope;
1765 // If topScope == bottomScope then there isn't actually a finally block
1767 if (topScope == bottomScope) {
1779 while (topScope > bottomScope && topScope->isFinallyBlock) {
1780 emitJumpSubroutine(topScope
[all...]
H A DBytecodeGenerator.h386 PassRefPtr<Label> emitComplexJumpScopes(Label* target, ControlFlowContext* topScope, ControlFlowContext* bottomScope);

Completed in 18 milliseconds