H A D | ast.h | 2488 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
|