Searched refs:m_literal (Results 1 – 1 of 1) sorted by relevance
2972 MaterializedLiteral* m_literal = values->at(i)->AsMaterializedLiteral(); in BuildArrayLiteralBoilerplateLiterals() local2973 if (m_literal != NULL && m_literal->depth() >= depth_acc) { in BuildArrayLiteralBoilerplateLiterals()2974 depth_acc = m_literal->depth() + 1; in BuildArrayLiteralBoilerplateLiterals()3021 MaterializedLiteral* m_literal = values->at(i)->AsMaterializedLiteral(); in ParseArrayLiteral() local3022 if (m_literal != NULL && m_literal->depth() + 1 > depth) { in ParseArrayLiteral()3023 depth = m_literal->depth() + 1; in ParseArrayLiteral()3251 MaterializedLiteral* m_literal = property->value()->AsMaterializedLiteral(); in BuildObjectLiteralConstantProperties() local3252 if (m_literal != NULL && m_literal->depth() >= depth_acc) { in BuildObjectLiteralConstantProperties()3253 depth_acc = m_literal->depth() + 1; in BuildObjectLiteralConstantProperties()