Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast.cc535 bool ObjectLiteral::IsBoilerplateProperty(ObjectLiteral::Property* property) { in IsBoilerplateProperty() function in v8::internal::ObjectLiteral
551 if (!IsBoilerplateProperty(property)) { in InitDepthAndFlags()
618 if (!IsBoilerplateProperty(property)) { in BuildConstantProperties()
643 if (!IsBoilerplateProperty(property)) { in BuildConstantProperties()
Dast.h1399 static bool IsBoilerplateProperty(Property* property);
/external/v8/src/parsing/
Dparser.h747 V8_INLINE static bool IsBoilerplateProperty(
749 return ObjectLiteral::IsBoilerplateProperty(property);
Dpreparser.h1228 V8_INLINE static bool IsBoilerplateProperty(PreParserExpression property) {
Dparser-base.h2586 if (impl()->IsBoilerplateProperty(property) && !has_computed_names) { in ParseObjectLiteral()