Searched refs:m_literal (Results 1 – 1 of 1) sorted by relevance
3364 MaterializedLiteral* m_literal = values->at(i)->AsMaterializedLiteral(); in BuildArrayLiteralBoilerplateLiterals() local3365 if (m_literal != NULL && m_literal->depth() >= depth_acc) { in BuildArrayLiteralBoilerplateLiterals()3366 depth_acc = m_literal->depth() + 1; in BuildArrayLiteralBoilerplateLiterals()3415 MaterializedLiteral* m_literal = values.at(i)->AsMaterializedLiteral(); in ParseArrayLiteral() local3416 if (m_literal != NULL && m_literal->depth() + 1 > depth) { in ParseArrayLiteral()3417 depth = m_literal->depth() + 1; in ParseArrayLiteral()3499 MaterializedLiteral* m_literal = property->value()->AsMaterializedLiteral(); in BuildObjectLiteralConstantProperties() local3500 if (m_literal != NULL && m_literal->depth() >= depth_acc) { in BuildObjectLiteralConstantProperties()3501 depth_acc = m_literal->depth() + 1; in BuildObjectLiteralConstantProperties()