Searched refs:AsMaterializedLiteral (Results 1 – 3 of 3) sorted by relevance
269 } else if (value_->AsMaterializedLiteral() != NULL) { in ObjectLiteralProperty()449 MaterializedLiteral* m_literal = property->value()->AsMaterializedLiteral(); in BuildConstantProperties()523 MaterializedLiteral* m_literal = element->AsMaterializedLiteral(); in BuildConstantElements()
215 virtual MaterializedLiteral* AsMaterializedLiteral() { return NULL; } in DEFINE_OPERATORS_FOR_FLAGS()1339 MaterializedLiteral* AsMaterializedLiteral() final { return this; } in AsMaterializedLiteral() function
3928 MaterializedLiteral* lit = expression->AsMaterializedLiteral(); in IsCompileTimeValue()