Lines Matching refs:in_class
740 ObjectLiteralCheckerBase* checker, bool in_class, bool has_extends,
1627 ObjectLiteralCheckerBase* checker, bool in_class, bool has_extends, in ParsePropertyDefinition() argument
1630 DCHECK(!in_class || is_static || has_seen_constructor != nullptr); in ParsePropertyDefinition()
1655 if (!in_class && !is_generator) { in ParsePropertyDefinition()
1728 if (in_class && escaped_static && !is_static) { in ParsePropertyDefinition()
1752 if (in_class && !is_static && this->IsConstructor(*name)) { in ParsePropertyDefinition()
1758 if (!in_class) kind = WithObjectLiteralBit(kind); in ParsePropertyDefinition()
1771 if (in_class && name_is_static && !is_static) { in ParsePropertyDefinition()
1802 if (!in_class) kind = WithObjectLiteralBit(kind); in ParsePropertyDefinition()
1849 const bool in_class = false; in ParseObjectLiteral() local
1855 &checker, in_class, has_extends, is_static, &is_computed_name, NULL, in ParseObjectLiteral()