Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast.cc81 MaterializedLiteral* AstNode::AsMaterializedLiteral() { in AsMaterializedLiteral() function in v8::internal::AstNode
366 } else if (value_->AsMaterializedLiteral() != NULL) { in ObjectLiteralProperty()
563 MaterializedLiteral* m_literal = property->value()->AsMaterializedLiteral(); in InitDepthAndFlags()
653 MaterializedLiteral* m_literal = property->value()->AsMaterializedLiteral(); in BuildConstantProperties()
706 MaterializedLiteral* m_literal = element->AsMaterializedLiteral(); in InitDepthAndFlags()
739 MaterializedLiteral* m_literal = element->AsMaterializedLiteral(); in BuildConstantElements()
Dcompile-time-value.cc18 MaterializedLiteral* lit = expression->AsMaterializedLiteral(); in IsCompileTimeValue()
Dast.h211 MaterializedLiteral* AsMaterializedLiteral(); in DEFINE_OPERATORS_FOR_FLAGS()