Lines Matching refs:is_get
476 IdentifierT ParseIdentifierNameOrGetOrSet(bool* is_get,
485 IdentifierT ParsePropertyName(bool* is_get, bool* is_set, bool* is_static,
1699 ParserBase<Traits>::ParseIdentifierNameOrGetOrSet(bool* is_get, in ParseIdentifierNameOrGetOrSet() argument
1704 scanner()->IsGetOrSet(is_get, is_set); in ParseIdentifierNameOrGetOrSet()
1920 bool* is_get, bool* is_set, bool* is_static, bool* ok) { in ParsePropertyName() argument
1933 return ParseIdentifierNameOrGetOrSet(is_get, is_set, ok); in ParsePropertyName()
1945 bool is_get = false; in ParsePropertyDefinition() local
1953 ParsePropertyName(&is_get, &is_set, &name_is_static, in ParsePropertyDefinition()
1997 } else if (is_get || is_set) { in ParsePropertyDefinition()
2018 is_get ? kGetterProperty : kSetterProperty, in ParsePropertyDefinition()
2026 is_get ? FunctionLiteral::GETTER_ARITY : FunctionLiteral::SETTER_ARITY, in ParsePropertyDefinition()
2028 return factory()->NewObjectLiteralProperty(is_get, value, next_pos, in ParsePropertyDefinition()