Home | History | Annotate | Download | only in ast

Lines Matching full:is_static

2765   bool is_static() const { return is_static_; }
2771 bool is_static, bool is_computed_name);
3527 bool is_static, bool is_computed_name) {
3529 ClassLiteral::Property(key, value, kind, is_static, is_computed_name);