Home | History | Annotate | Download | only in ast

Lines Matching defs:is_static

1417   bool is_static() const { return is_static_; }
1437 bool is_static, bool is_computed_name);
1439 Expression* value, bool is_static,
3284 bool is_static, bool is_computed_name) {
3286 ObjectLiteral::Property(key, value, kind, is_static, is_computed_name);
3291 bool is_static,
3294 ast_value_factory_, key, value, is_static, is_computed_name);