Home
last modified time | relevance | path

Searched refs:PUBLIC_FIELD (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/objects/
Dliteral-objects.cc528 case ClassLiteral::Property::PUBLIC_FIELD: in BuildClassBoilerplate()
/external/v8/src/ast/
Dast.h2422 enum Kind : uint8_t { METHOD, GETTER, SETTER, PUBLIC_FIELD, PRIVATE_FIELD }; enumerator
2429 DCHECK_EQ(PUBLIC_FIELD, kind()); in set_computed_name_var()
2433 DCHECK_EQ(PUBLIC_FIELD, kind()); in computed_name_var()
Dprettyprinter.cc1067 case ClassLiteral::Property::PUBLIC_FIELD: in PrintClassProperties()
/external/v8/src/interpreter/
Dbytecode-generator.cc1880 if (property->kind() == ClassLiteral::Property::PUBLIC_FIELD) { in BuildClassLiteral()
1889 if (property->kind() == ClassLiteral::Property::PUBLIC_FIELD) { in BuildClassLiteral()
1980 DCHECK_EQ(property->kind(), ClassLiteral::Property::PUBLIC_FIELD); in VisitInitializeClassFieldsStatement()
2000 property->kind() == ClassLiteral::Property::PUBLIC_FIELD in VisitInitializeClassFieldsStatement()
/external/v8/src/parsing/
Dparser.cc3204 if (kind != ClassLiteralProperty::PUBLIC_FIELD && in DeclareClassProperty()
3214 DCHECK_EQ(kind, ClassLiteralProperty::PUBLIC_FIELD); in DeclareClassProperty()
3221 DCHECK_EQ(kind, ClassLiteralProperty::PUBLIC_FIELD); in DeclareClassProperty()
Dpreparser.h1216 if (kind == ClassLiteralProperty::PUBLIC_FIELD && is_computed_name) {
Dparser-base.h2387 : ClassLiteralProperty::PUBLIC_FIELD; in ParseClassPropertyDefinition()
4569 property_kind == ClassLiteralProperty::PUBLIC_FIELD) { in ParseClassLiteral()