Home
last modified time | relevance | path

Searched refs:public_members (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dliteral-objects.cc603 for (int i = 0; i < expr->public_members()->length(); i++) { in BuildClassBoilerplate()
604 ClassLiteral::Property* property = expr->public_members()->at(i); in BuildClassBoilerplate()
670 for (int i = 0; i < expr->public_members()->length(); i++) { in BuildClassBoilerplate()
671 ClassLiteral::Property* property = expr->public_members()->at(i); in BuildClassBoilerplate()
/third_party/node/deps/v8/src/ast/
H A Dast-function-literal-id-reindexer.cc63 ZonePtrList<ClassLiteral::Property>* props = expr->public_members(); in VisitClassLiteral()
H A Dprettyprinter.cc231 for (int i = 0; i < node->public_members()->length(); i++) { in VisitClassLiteral()
232 Find(node->public_members()->at(i)->value()); in VisitClassLiteral()
1105 PrintClassProperties(node->public_members()); in VisitClassLiteral()
H A Dast.h2488 ZonePtrList<Property>* public_members() const { return public_members_; } in public_members() function in v8::internal::final
2522 ZonePtrList<Property>* public_members, in ClassLiteral()
2535 public_members_(public_members), in ClassLiteral()
3273 ZonePtrList<ClassLiteral::Property>* public_members, in NewClassLiteral()
3281 scope, extends, constructor, public_members, private_members, in NewClassLiteral()
2520 ClassLiteral(ClassScope* scope, Expression* extends, FunctionLiteral* constructor, ZonePtrList<Property>* public_members, ZonePtrList<Property>* private_members, FunctionLiteral* static_initializer, FunctionLiteral* instance_members_initializer_function, int start_position, int end_position, bool has_static_computed_names, bool is_anonymous, bool has_private_methods, Variable* home_object, Variable* static_home_object) ClassLiteral() argument
3271 NewClassLiteral( ClassScope* scope, Expression* extends, FunctionLiteral* constructor, ZonePtrList<ClassLiteral::Property>* public_members, ZonePtrList<ClassLiteral::Property>* private_members, FunctionLiteral* static_initializer, FunctionLiteral* instance_members_initializer_function, int start_position, int end_position, bool has_static_computed_names, bool is_anonymous, bool has_private_methods, Variable* home_object, Variable* static_home_object) NewClassLiteral() argument
H A Dast-traversal-visitor.h484 ZonePtrList<ClassLiteral::Property>* props = expr->public_members(); in VisitClassLiteral()
/third_party/node/deps/v8/src/parsing/
H A Dparser.cc3176 class_info->public_members->Add(property, zone()); in DeclarePublicClassField()
3225 class_info->public_members->Add(property, zone()); in DeclarePublicClassMethod()
3308 class_info->public_members, class_info->private_members, in RewriteClassLiteral()
H A Dparser-base.h594 public_members(parser->impl()->NewClassPropertyList(4)), in ClassInfo()
612 ClassPropertyListT public_members; member
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc2655 for (int i = 0; i < expr->public_members()->length(); i++) { in BuildClassLiteral()
2656 ClassLiteral::Property* property = expr->public_members()->at(i); in BuildClassLiteral()

Completed in 39 milliseconds