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

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DBytecodeGenerator.cpp2191 int topScopeIndex = -1; local
2194 topScopeIndex = topScope - m_scopeContextStack.begin();
2238 topScope = &m_scopeContextStack[topScopeIndex]; // assert it's within bounds

Completed in 144 milliseconds