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

/macosx-10.10/JavaScriptCore-7600.1.17/bytecompiler/
H A DBytecodeGenerator.cpp175 , m_firstLazyFunction(0)
219 , m_firstLazyFunction(0)
341 m_firstLazyFunction = codeBlock->m_numVars;
358 m_lastLazyFunction = canLazilyCreateFunctions ? codeBlock->m_numVars : m_firstLazyFunction;
431 , m_firstLazyFunction(0)
548 if (m_lastLazyFunction <= localVariableNumber || localVariableNumber < m_firstLazyFunction)
H A DBytecodeGenerator.h664 int m_firstLazyFunction; member in class:JSC::BytecodeGenerator

Completed in 114 milliseconds