Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast.cc160 bool Expression::IsConciseMethodDefinition() const { in IsConciseMethodDefinition() function in v8::internal::Expression
330 value_->IsConciseMethodDefinition() || in NeedsSetFunctionName()
Dast.h220 bool IsConciseMethodDefinition() const;
/external/v8/src/parsing/
Dparser.cc3699 property->value()->IsConciseMethodDefinition() || in SetFunctionNameFromPropertyName()
3732 !value->IsConciseMethodDefinition() && in SetFunctionName()