Home
last modified time | relevance | path

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

/external/v8/src/
Dparser.cc3710 MaterializedLiteral* m_literal = values->at(i)->AsMaterializedLiteral(); in BuildArrayLiteralBoilerplateLiterals() local
3711 if (m_literal != NULL && m_literal->depth() >= depth_acc) { in BuildArrayLiteralBoilerplateLiterals()
3712 depth_acc = m_literal->depth() + 1; in BuildArrayLiteralBoilerplateLiterals()
3762 MaterializedLiteral* m_literal = values->at(i)->AsMaterializedLiteral(); in ParseArrayLiteral() local
3763 if (m_literal != NULL && m_literal->depth() + 1 > depth) { in ParseArrayLiteral()
3764 depth = m_literal->depth() + 1; in ParseArrayLiteral()
4014 MaterializedLiteral* m_literal = property->value()->AsMaterializedLiteral(); in BuildObjectLiteralConstantProperties() local
4015 if (m_literal != NULL && m_literal->depth() >= depth_acc) { in BuildObjectLiteralConstantProperties()
4016 depth_acc = m_literal->depth() + 1; in BuildObjectLiteralConstantProperties()