Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast.cc117 bool Expression::IsCompileTimeValue() { in IsCompileTimeValue() function in v8::internal::Expression
342 bool ObjectLiteral::Property::IsCompileTimeValue() const { in IsCompileTimeValue() function in v8::internal::ObjectLiteral::Property
344 (kind_ == MATERIALIZED_LITERAL && value_->IsCompileTimeValue()); in IsCompileTimeValue()
454 bool is_compile_time_value = value->IsCompileTimeValue(); in InitDepthAndFlags()
578 if (!element->IsCompileTimeValue()) { in InitDepthAndFlags()
669 if (expression->IsCompileTimeValue()) { in GetBoilerplateValue()
Dast.h244 bool IsCompileTimeValue();
1295 bool IsCompileTimeValue() const;
/external/v8/src/interpreter/
Dbytecode-generator.cc2187 if (!clone_object_spread && property->IsCompileTimeValue()) continue; in VisitObjectLiteral()
2196 DCHECK(clone_object_spread || !property->value()->IsCompileTimeValue()); in VisitObjectLiteral()
2385 if (skip_constants && subexpr->IsCompileTimeValue()) continue; in BuildArrayLiteralElementsInsertion()