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

/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecompiler/
H A DBytecodeGenerator.cpp1993 scope.finallyContext = context;
2118 FinallyContext finallyContext = topScope->finallyContext; local
2119 bool flipScopes = finallyContext.scopeContextStackSize != m_scopeContextStack.size();
2120 bool flipSwitches = finallyContext.switchContextStackSize != m_switchContextStack.size();
2121 bool flipForIns = finallyContext.forInContextStackSize != m_forInContextStack.size();
2122 bool flipTries = finallyContext.tryContextStackSize != m_tryContextStack.size();
2123 bool flipLabelScopes = finallyContext.labelScopesSize != m_labelScopes.size();
2130 m_scopeContextStack.shrink(finallyContext.scopeContextStackSize);
2134 m_switchContextStack.shrink(finallyContext
[all...]
H A DBytecodeGenerator.h97 FinallyContext finallyContext; member in struct:JSC::ControlFlowContext

Completed in 175 milliseconds