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

/external/webkit/JavaScriptCore/parser/
H A DNodes.cpp70 inline StatementNode* SourceElements::singleStatement() const function in class:JSC::SourceElements
107 StatementNode* ScopeNode::singleStatement() const function in class:JSC::ScopeNode
109 return m_data->m_statements ? m_data->m_statements->singleStatement() : 0;
H A DNodes.h1132 StatementNode* singleStatement() const;
1421 StatementNode* singleStatement() const;
/external/webkit/JavaScriptCore/runtime/
H A DExecutable.cpp249 StatementNode* exprStatement = program->singleStatement();
/external/webkit/JavaScriptCore/bytecompiler/
H A DNodesCodegen.cpp1970 StatementNode* singleStatement = this->singleStatement(); local
1971 if (singleStatement && singleStatement->isBlock()) {
1972 StatementNode* lastStatementInBlock = static_cast<BlockNode*>(singleStatement)->lastStatement();

Completed in 51 milliseconds