Searched refs:NeedsSetFunctionName (Results 1 – 4 of 4) sorted by relevance
328 bool LiteralProperty::NeedsSetFunctionName() const { in NeedsSetFunctionName() function in v8::internal::LiteralProperty
1267 bool NeedsSetFunctionName() const;
2245 DCHECK(!property->NeedsSetFunctionName()); in VisitObjectLiteral()2299 DCHECK(!property->NeedsSetFunctionName()); in VisitObjectLiteral()2320 if (property->NeedsSetFunctionName()) { in VisitObjectLiteral()
3691 if (property->NeedsSetFunctionName()) { in SetFunctionNameFromPropertyName()