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

/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.cpp1831 context.isFinallyBlock = false;
1841 ASSERT(!m_scopeContextStack.last().isFinallyBlock);
1867 scope.isFinallyBlock = true;
1877 ASSERT(m_scopeContextStack.last().isFinallyBlock);
1967 if (topScope->isFinallyBlock)
1995 while (topScope > bottomScope && topScope->isFinallyBlock) {
2092 context.isFinallyBlock = false;
H A DBytecodeGenerator.h75 bool isFinallyBlock; member in struct:JSC::ControlFlowContext

Completed in 47 milliseconds