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

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DBytecodeGenerator.cpp2192 int bottomScopeIndex = -1; local
2195 bottomScopeIndex = bottomScope - m_scopeContextStack.begin();
2239 bottomScope = m_scopeContextStack.begin() + bottomScopeIndex; // don't assert, since it the index might be -1.

Completed in 75 milliseconds