Searched refs:GetAttribute (Results 1 – 7 of 7) sorted by relevance
59 ASSERT_FALSE(rmd.GetAttribute("attribute"));60 ASSERT_TRUE(rmd.GetAttribute("external"));61 ASSERT_TRUE(rmd.GetAttribute("ecmascript.annotation"));64 ASSERT_FALSE(rmd.GetAttribute("attribute"));66 ASSERT_FALSE(rmd.GetAttribute("external"));68 ASSERT_FALSE(rmd.GetAttribute("ecmascript.annotation"));
79 EXPECT_FALSE(rmd.GetAttribute("attribute"));80 EXPECT_TRUE(rmd.GetAttribute("external"));81 EXPECT_TRUE(rmd.GetAttribute("ecmascript.annotation"));84 EXPECT_FALSE(rmd.GetAttribute("attribute"));86 EXPECT_FALSE(rmd.GetAttribute("external"));88 EXPECT_FALSE(rmd.GetAttribute("ecmascript.annotation"));99 EXPECT_FALSE(rmd.GetAttribute("ecmascript.annotation"));
25 JSTaggedValue attribute = layout->GetAttribute(elemenIndex); in MarkPropertyInitialized()95 JSTaggedValue attribute = layout->GetAttribute(elemenIndex); in IsPropertyInitialized()108 JSTaggedValue attribute = layout->GetAttribute(i); in GetInitializedProperties()
127 TSFieldAttributes tsAttr(tsLayout->GetAttribute(index).GetInt()); in AnalyzePropertyOnSelf()
45 return GetAttribute("external"); in IsForeign()469 return GetAttribute("ctor"); in IsCtor()474 return GetAttribute("cctor"); in IsCctor()
91 bool GetAttribute(const std::string &attribute) const in GetAttribute() function183 return GetAttribute(key) || GetAttributeValue(key); in HasAttribute()
101 JSTaggedValue attribute = eLayout->GetAttribute(index); in MergeClassField()111 JSTaggedValue attribute = layout->GetAttribute(index); in MergeClassField()