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

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DBytecodeGenerator.cpp277 bool shouldCaptureAllTheThings = m_shouldEmitDebugHooks || codeBlock->usesEval(); local
281 if (functionBody->hasCapturedVariables() || shouldCaptureAllTheThings) {
286 if (!functionBody->captures(parameters.at(i)) && !shouldCaptureAllTheThings)
369 if (shouldCaptureAllTheThings)
383 ASSERT((functionBody->hasCapturedVariables() && functionBody->captures(parameters.at(i))) || shouldCaptureAllTheThings);

Completed in 177 milliseconds