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

/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecompiler/
H A DBytecodeGenerator.cpp274 bool shouldCaptureAllTheThings = m_shouldEmitDebugHooks || codeBlock->usesEval(); local
278 if (functionBody->hasCapturedVariables() || shouldCaptureAllTheThings) {
287 if (!functionBody->captures(ident) && !shouldCaptureAllTheThings)
370 if (shouldCaptureAllTheThings)
394 ASSERT((functionBody->hasCapturedVariables() && functionBody->captures(simpleParameter->boundProperty())) || shouldCaptureAllTheThings);

Completed in 90 milliseconds