Searched refs:hasCapturedVariables (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/JavaScriptCore/runtime/ |
D | Executable.cpp | 110 …recordParse(evalNode->features(), evalNode->hasCapturedVariables(), evalNode->lineNo(), evalNode->… in compileInternal() 169 …recordParse(programNode->features(), programNode->hasCapturedVariables(), programNode->lineNo(), p… in compileInternal() 243 recordParse(body->features(), body->hasCapturedVariables(), body->lineNo(), body->lastLine()); in compileForCallInternal() 291 recordParse(body->features(), body->hasCapturedVariables(), body->lineNo(), body->lastLine()); in compileForConstructInternal()
|
D | Executable.h | 191 … void recordParse(CodeFeatures features, bool hasCapturedVariables, int firstLine, int lastLine) in recordParse() argument 194 m_hasCapturedVariables = hasCapturedVariables; in recordParse()
|
/external/webkit/Source/JavaScriptCore/parser/ |
D | Nodes.h | 1421 …bool needsActivation() const { ASSERT(m_data); return (hasCapturedVariables()) || (m_features & (E… in needsActivation() 1422 bool hasCapturedVariables() const { return !!m_data->m_capturedVariables.size(); } in hasCapturedVariables() function
|
/external/webkit/Source/JavaScriptCore/bytecompiler/ |
D | BytecodeGenerator.cpp | 397 if (functionBody->hasCapturedVariables()) { in BytecodeGenerator()
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2011-02-16 | 14387 (JSC::ScopeNode::hasCapturedVariables):
|