Lines Matching full:is_static
735 bool* is_static, bool* is_computed_name,
741 bool is_static, bool* is_computed_name, bool* has_seen_constructor,
855 bool is_static, bool is_generator, bool* ok) = 0;
873 void CheckProperty(Token::Value property, PropertyKind type, bool is_static,
888 void CheckProperty(Token::Value property, PropertyKind type, bool is_static,
1557 IdentifierT* name, bool* is_get, bool* is_set, bool* is_static,
1608 *is_static = true;
1628 bool is_static, bool* is_computed_name, bool* has_seen_constructor,
1630 DCHECK(!in_class || is_static || has_seen_constructor != nullptr);
1656 DCHECK(!is_static);
1728 if (in_class && escaped_static && !is_static) {
1744 checker->CheckProperty(name_token, kMethodProperty, is_static,
1752 if (in_class && !is_static && this->IsConstructor(*name)) {
1768 is_static
1771 if (in_class && name_is_static && !is_static) {
1796 checker->CheckProperty(name_token, kAccessorProperty, is_static,
1820 is_static, *is_computed_name);
1850 const bool is_static = false;
1855 &checker, in_class, has_extends, is_static, &is_computed_name, NULL,
3327 Token::Value property, PropertyKind type, bool is_static, bool is_generator,
3329 DCHECK(!is_static);
3348 Token::Value property, PropertyKind type, bool is_static, bool is_generator,
3354 if (is_static) {