Home
last modified time | relevance | path

Searched refs:hasCapturedVariables (Results 1 – 5 of 5) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/runtime/
H A DExecutable.cpp112 …recordParse(evalNode->features(), evalNode->hasCapturedVariables(), evalNode->lineNo(), evalNode->… in compileInternal()
177 …recordParse(programNode->features(), programNode->hasCapturedVariables(), programNode->lineNo(), p… in compileInternal()
257 recordParse(body->features(), body->hasCapturedVariables(), body->lineNo(), body->lastLine()); in compileForCallInternal()
311 recordParse(body->features(), body->hasCapturedVariables(), body->lineNo(), body->lastLine()); in compileForConstructInternal()
H A DExecutable.h191 … void recordParse(CodeFeatures features, bool hasCapturedVariables, int firstLine, int lastLine) in recordParse() argument
194 m_hasCapturedVariables = hasCapturedVariables; in recordParse()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/parser/
H A DNodes.h1421 …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
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.cpp397 if (functionBody->hasCapturedVariables()) { in BytecodeGenerator()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/
H A DChangeLog-2011-02-1614387 (JSC::ScopeNode::hasCapturedVariables):