Searched refs:AsMaterializedLiteral (Results 1 – 3 of 3) sorted by relevance
158 virtual MaterializedLiteral* AsMaterializedLiteral() { return NULL; } in AsMaterializedLiteral() function897 virtual MaterializedLiteral* AsMaterializedLiteral() { return this; } in AsMaterializedLiteral() function
178 } else if (value_->AsMaterializedLiteral() != NULL) { in Property()
2972 MaterializedLiteral* m_literal = values->at(i)->AsMaterializedLiteral(); in BuildArrayLiteralBoilerplateLiterals()3021 MaterializedLiteral* m_literal = values->at(i)->AsMaterializedLiteral(); in ParseArrayLiteral()3053 MaterializedLiteral* lit = expression->AsMaterializedLiteral(); in IsCompileTimeValue()3251 MaterializedLiteral* m_literal = property->value()->AsMaterializedLiteral(); in BuildObjectLiteralConstantProperties()