Home
last modified time | relevance | path

Searched refs:GetAttributeValue (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/assembler/tests/
Decmascript_meta_test.cpp100 auto ret = rmd.GetAttributeValue("attribute");
/arkcompiler/runtime_core/assembler/extensions/
Decmascript_meta.h27 auto base = GetAttributeValue("ecmascript.extends"); in GetBase()
/arkcompiler/runtime_core/assembler/
Dmeta.h118 std::optional<std::string> GetAttributeValue(const std::string &attribute) const in GetAttributeValue() function
183 return GetAttribute(key) || GetAttributeValue(key); in HasAttribute()