Searched refs:IsBoilerplateProperty (Results 1 – 5 of 5) sorted by relevance
416 bool ObjectLiteral::IsBoilerplateProperty(ObjectLiteral::Property* property) { in IsBoilerplateProperty() function in v8::internal::ObjectLiteral437 if (!IsBoilerplateProperty(property)) { in BuildConstantProperties()
1475 static bool IsBoilerplateProperty(Property* property);
381 static bool IsBoilerplateProperty(ObjectLiteral::Property* property) { in IsBoilerplateProperty() function382 return ObjectLiteral::IsBoilerplateProperty(property); in IsBoilerplateProperty()
679 static bool IsBoilerplateProperty(PreParserExpression property) { in IsBoilerplateProperty() function
2122 if (!has_computed_names && this->IsBoilerplateProperty(property)) { in ParseObjectLiteral()