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

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DBytecodeGenerator.cpp336 bool canLazilyCreateFunctions = !functionBody->needsActivationForMoreThanVariables() && !m_shouldEmitDebugHooks; local
337 if (!canLazilyCreateFunctions && !m_hasCreatedActivation) {
354 if (!canLazilyCreateFunctions || ident == propertyNames().arguments)
362 m_lastLazyFunction = canLazilyCreateFunctions ? codeBlock->m_numVars : m_firstLazyFunction;

Completed in 82 milliseconds