Searched defs:private_members (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/ast/ |
H A D | ast-function-literal-id-reindexer.cc | 49 ZonePtrList<ClassLiteral::Property>* private_members = in VisitClassLiteral() local
|
H A D | ast-traversal-visitor.h | 478 ZonePtrList<ClassLiteral::Property>* private_members = in VisitClassLiteral() local
|
H A D | ast.h | 2489 ZonePtrList<Property>* private_members() const { return private_members_; } in private_members() function in v8::internal::final 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
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parser-base.h | 613 ClassPropertyListT private_members; member
|
Completed in 18 milliseconds