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

/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecompiler/
H A DBytecodeGenerator.cpp546 int localVariableNumber = reg->virtualRegister().toLocal(); local
548 if (m_lastLazyFunction <= localVariableNumber || localVariableNumber < m_firstLazyFunction)
550 emitLazyNewFunction(reg, m_lazyFunctions.get(localVariableNumber));

Completed in 62 milliseconds