Lines Matching refs:is_static
485 IdentifierT ParsePropertyName(bool* is_get, bool* is_set, bool* is_static,
489 bool in_class, bool is_static,
995 int pos, bool is_static) { in NewObjectLiteralProperty() argument
1000 bool is_static) { in NewObjectLiteralProperty() argument
1920 bool* is_get, bool* is_set, bool* is_static, bool* ok) { in ParsePropertyName() argument
1930 *is_static = true; in ParsePropertyName()
1943 bool in_class, bool is_static, bool* ok) { in ParsePropertyDefinition() argument
1970 if (is_static && this->IsPrototype(name)) { in ParsePropertyDefinition()
1975 if (is_generator && in_class && !is_static && this->IsConstructor(name)) { in ParsePropertyDefinition()
1993 } else if (in_class && name_is_static && !is_static) { in ParsePropertyDefinition()
2005 if (is_static && this->IsPrototype(name)) { in ParsePropertyDefinition()
2009 } else if (in_class && !is_static && this->IsConstructor(name)) { in ParsePropertyDefinition()
2029 is_static); in ParsePropertyDefinition()
2042 return factory()->NewObjectLiteralProperty(key, value, is_static); in ParsePropertyDefinition()
2066 const bool is_static = false; in ParseObjectLiteral() local
2068 this->ParsePropertyDefinition(&checker, in_class, is_static, CHECK_OK); in ParseObjectLiteral()
2762 const bool is_static = false; in ParseClassLiteral() local
2764 this->ParsePropertyDefinition(&checker, in_class, is_static, CHECK_OK); in ParseClassLiteral()