Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/plugins/ecmascript/tests/
H A Decmascript_meta_test.cpp59 ASSERT_FALSE(rmd.GetAttribute("attribute")); in HWTEST()
60 ASSERT_TRUE(rmd.GetAttribute("external")); in HWTEST()
61 ASSERT_TRUE(rmd.GetAttribute("ecmascript.annotation")); in HWTEST()
64 ASSERT_FALSE(rmd.GetAttribute("attribute")); in HWTEST()
66 ASSERT_FALSE(rmd.GetAttribute("external")); in HWTEST()
68 ASSERT_FALSE(rmd.GetAttribute("ecmascript.annotation")); in HWTEST()
/arkcompiler/runtime_core/assembler/tests/
H A Decmascript_meta_test.cpp79 EXPECT_FALSE(rmd.GetAttribute("attribute")); in HWTEST_F()
80 EXPECT_TRUE(rmd.GetAttribute("external")); in HWTEST_F()
81 EXPECT_TRUE(rmd.GetAttribute("ecmascript.annotation")); in HWTEST_F()
84 EXPECT_FALSE(rmd.GetAttribute("attribute")); in HWTEST_F()
86 EXPECT_FALSE(rmd.GetAttribute("external")); in HWTEST_F()
88 EXPECT_FALSE(rmd.GetAttribute("ecmascript.annotation")); in HWTEST_F()
99 EXPECT_FALSE(rmd.GetAttribute("ecmascript.annotation")); in HWTEST_F()
/arkcompiler/runtime_core/assembler/
H A Dmeta.cpp45 return GetAttribute("external"); in IsForeign()
471 return GetAttribute("ctor"); in IsCtor()
476 return GetAttribute("cctor"); in IsCctor()
H A Dmeta.h91 bool GetAttribute(const std::string &attribute) const in GetAttribute() function in panda::pandasm::Metadata
184 return GetAttribute(key) || GetAttributeValue(key); in HasAttribute()
/arkcompiler/runtime_core/static_core/assembler/
H A Dmeta.cpp45 return GetAttribute("external"); in IsForeign()
481 return GetAttribute("ctor"); in IsCtor()
486 return GetAttribute("cctor"); in IsCctor()
H A Dmeta.h91 bool GetAttribute(const std::string &attribute) const in GetAttribute() function in ark::pandasm::Metadata
183 return GetAttribute(key) || GetAttributeValue(key); in HasAttribute()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_TypeCreator.cpp403 const auto isStatic = fn.metadata->GetAttribute(std::string {typeapi_create_consts::ATTR_STATIC}); in AddLambdaParamInst()
437 auto isStatic = fn.metadata->GetAttribute(std::string {typeapi_create_consts::ATTR_STATIC}); in TypeAPITypeCreatorCtxMethodAddBodyFromErasedLambda()

Completed in 9 milliseconds