Home
last modified time | relevance | path

Searched refs:GetAttribute (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/plugins/ecmascript/tests/
Decmascript_meta_test.cpp59 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"));
/arkcompiler/runtime_core/assembler/tests/
Decmascript_meta_test.cpp79 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"));
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_accessor.cpp25 JSTaggedValue attribute = layout->GetAttribute(elemenIndex); in MarkPropertyInitialized()
95 JSTaggedValue attribute = layout->GetAttribute(elemenIndex); in IsPropertyInitialized()
108 JSTaggedValue attribute = layout->GetAttribute(i); in GetInitializedProperties()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_class_analysis.cpp127 TSFieldAttributes tsAttr(tsLayout->GetAttribute(index).GetInt()); in AnalyzePropertyOnSelf()
/arkcompiler/runtime_core/assembler/
Dmeta.cpp45 return GetAttribute("external"); in IsForeign()
469 return GetAttribute("ctor"); in IsCtor()
474 return GetAttribute("cctor"); in IsCctor()
Dmeta.h91 bool GetAttribute(const std::string &attribute) const in GetAttribute() function
183 return GetAttribute(key) || GetAttributeValue(key); in HasAttribute()
/arkcompiler/ets_runtime/ecmascript/
Dsubtyping_operator.cpp101 JSTaggedValue attribute = eLayout->GetAttribute(index); in MergeClassField()
111 JSTaggedValue attribute = layout->GetAttribute(index); in MergeClassField()