Home
last modified time | relevance | path

Searched refs:RemoveAttribute (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/plugins/ecmascript/tests/
Decmascript_meta_test.cpp63 rmd.RemoveAttribute("attribute");
65 rmd.RemoveAttribute("external");
67 rmd.RemoveAttribute("ecmascript.annotation");
/arkcompiler/runtime_core/assembler/tests/
Decmascript_meta_test.cpp83 rmd.RemoveAttribute("attribute");
85 rmd.RemoveAttribute("external");
87 rmd.RemoveAttribute("ecmascript.annotation");
98 rmd.RemoveAttribute("ecmascript.annotation");
/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.cpp342 prog->function_table.at(func).metadata->RemoveAttribute(EXTERNAL_ATTRIBUTE); in HandleModifiedClasses()
354 … prog->function_table.at(funcInfo.first).metadata->RemoveAttribute(EXTERNAL_ATTRIBUTE); in HandleModifiedDefinedClassFunc()
/arkcompiler/runtime_core/assembler/
Dmeta.h84 void RemoveAttribute(const std::string &attribute) in RemoveAttribute() function