Home | History | Annotate | Download | only in ast

Lines Matching refs:is_computed_name

1304   bool is_computed_name() const { return is_computed_name_; }
1323 LiteralProperty(Expression* key, Expression* value, bool is_computed_name)
1324 : key_(key), value_(value), is_computed_name_(is_computed_name) {}
1364 bool is_computed_name);
1366 Expression* value, bool is_computed_name);
2771 bool is_static, bool is_computed_name);
3348 bool is_computed_name) {
3350 ObjectLiteral::Property(key, value, kind, is_computed_name);
3355 bool is_computed_name) {
3357 is_computed_name);
3527 bool is_static, bool is_computed_name) {
3529 ClassLiteral::Property(key, value, kind, is_static, is_computed_name);