Home
last modified time | relevance | path

Searched defs:GetAttributes (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dtagged_dictionary.cpp91 PropertyAttributes NameDictionary::GetAttributes(int entry) const in GetAttributes() function in panda::ecmascript::NameDictionary
213 PropertyAttributes NumberDictionary::GetAttributes(int entry) const in GetAttributes() function in panda::ecmascript::NumberDictionary
Dtransitions_dictionary.h94 inline JSTaggedValue GetAttributes(int entry) const in GetAttributes() function
Dglobal_dictionary-inl.h59 PropertyAttributes GlobalDictionary::GetAttributes(int entry) const in GetAttributes() function
/arkcompiler/runtime_core/assembler/
Dmeta.h134 const std::unordered_map<std::string, std::vector<std::string>> &GetAttributes() const in GetAttributes() function
/arkcompiler/ets_runtime/ecmascript/tests/
Dglobal_dictionary_test.cpp135 HWTEST_F_L0(GlobalDictionaryTest, GetAttributes) in HWTEST_F_L0() argument