Searched defs:hasCapturedVariables (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DExecutable.h398 void recordParse(CodeFeatures features, bool hasCapturedVariables, int firstLine, int lastLine, unsigned startColumn) argument
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DUnlinkedCodeBlock.h128 void recordParse(CodeFeatures features, bool hasCapturedVariables, int firstLine, int lastLine) argument
138 bool hasCapturedVariables() const { return m_hasCapturedVariables; } function in class:JSC::UnlinkedFunctionExecutable
453 void recordParse(CodeFeatures features, bool hasCapturedVariables, unsigned firstLine, unsigned lineCount) argument
462 bool hasCapturedVariables() const { return m_hasCapturedVariables; } function in class:JSC::UnlinkedCodeBlock
/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DNodes.h1392 bool hasCapturedVariables() const { return !!m_capturedVariables.size(); } function in class:JSC::ScopeNode

Completed in 185 milliseconds