Searched refs:GetAttributeValue (Results 1 – 3 of 3) sorted by relevance
100 auto ret = rmd.GetAttributeValue("attribute");
27 auto base = GetAttributeValue("ecmascript.extends"); in GetBase()
118 std::optional<std::string> GetAttributeValue(const std::string &attribute) const in GetAttributeValue() function183 return GetAttribute(key) || GetAttributeValue(key); in HasAttribute()