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

/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.cpp1960 PassRefPtr<Label> BytecodeGenerator::emitComplexJumpScopes(Label* target, ControlFlowContext* topScope, ControlFlowContext* bottomScope) argument
1962 while (topScope > bottomScope) {
1966 while (topScope > bottomScope) {
1967 if (topScope->isFinallyBlock)
1970 --topScope;
1981 // If topScope == bottomScope then there isn't actually a finally block
1983 if (topScope == bottomScope) {
1995 while (topScope > bottomScope && topScope->isFinallyBlock) {
1996 emitJumpSubroutine(topScope
[all...]

Completed in 120 milliseconds