Home
last modified time | relevance | path

Searched refs:IsBoilerplateProperty (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/ast/
Dast.cc416 bool ObjectLiteral::IsBoilerplateProperty(ObjectLiteral::Property* property) { in IsBoilerplateProperty() function in v8::internal::ObjectLiteral
437 if (!IsBoilerplateProperty(property)) { in BuildConstantProperties()
Dast.h1475 static bool IsBoilerplateProperty(Property* property);
/external/v8/src/parsing/
Dparser.h381 static bool IsBoilerplateProperty(ObjectLiteral::Property* property) { in IsBoilerplateProperty() function
382 return ObjectLiteral::IsBoilerplateProperty(property); in IsBoilerplateProperty()
Dpreparser.h679 static bool IsBoilerplateProperty(PreParserExpression property) { in IsBoilerplateProperty() function
Dparser-base.h2122 if (!has_computed_names && this->IsBoilerplateProperty(property)) { in ParseObjectLiteral()