Home
last modified time | relevance | path

Searched refs:LdSuperByName (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dpandagen.h221 void LdSuperByName(const ir::AstNode *node, const util::StringView &key);
H A Dpandagen.cpp1599 void PandaGen::LdSuperByName(const ir::AstNode *node, const util::StringView &key) in LdSuperByName() function in ark::es2panda::compiler::PandaGen
1628 LdSuperByName(node, std::get<util::StringView>(prop)); in LoadSuperProperty()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.h422 void LdSuperByName(const ir::AstNode *node, VReg obj, const util::StringView &key);
H A Dpandagen.cpp1837 void PandaGen::LdSuperByName(const ir::AstNode *node, VReg obj, const util::StringView &key) in LdSuperByName() function in panda::es2panda::compiler::PandaGen
1881 LdSuperByName(node, obj, std::get<util::StringView>(prop)); in LoadSuperProperty()

Completed in 8 milliseconds