Searched refs:IsCompileTimeValue (Results 1 – 3 of 3) sorted by relevance
117 bool Expression::IsCompileTimeValue() { in IsCompileTimeValue() function in v8::internal::Expression342 bool ObjectLiteral::Property::IsCompileTimeValue() const { in IsCompileTimeValue() function in v8::internal::ObjectLiteral::Property344 (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()
244 bool IsCompileTimeValue();1295 bool IsCompileTimeValue() const;
2187 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()