Home
last modified time | relevance | path

Searched refs:NeedsSetFunctionName (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/ast/
Dast.cc328 bool LiteralProperty::NeedsSetFunctionName() const { in NeedsSetFunctionName() function in v8::internal::LiteralProperty
Dast.h1267 bool NeedsSetFunctionName() const;
/external/v8/src/interpreter/
Dbytecode-generator.cc2245 DCHECK(!property->NeedsSetFunctionName()); in VisitObjectLiteral()
2299 DCHECK(!property->NeedsSetFunctionName()); in VisitObjectLiteral()
2320 if (property->NeedsSetFunctionName()) { in VisitObjectLiteral()
/external/v8/src/parsing/
Dparser.cc3691 if (property->NeedsSetFunctionName()) { in SetFunctionNameFromPropertyName()