Home
last modified time | relevance | path

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

/external/v8/src/
Dast.h158 virtual MaterializedLiteral* AsMaterializedLiteral() { return NULL; } in AsMaterializedLiteral() function
897 virtual MaterializedLiteral* AsMaterializedLiteral() { return this; } in AsMaterializedLiteral() function
Dast.cc178 } else if (value_->AsMaterializedLiteral() != NULL) { in Property()
Dparser.cc2972 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()