Home
last modified time | relevance | path

Searched refs:LdSuperByName (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h435 void LdSuperByName(const ir::AstNode *node, VReg obj, const util::StringView &key);
Dpandagen.cpp1741 void PandaGen::LdSuperByName(const ir::AstNode *node, VReg obj, const util::StringView &key) in LdSuperByName() function in panda::es2panda::compiler::PandaGen
1785 LdSuperByName(node, obj, std::get<util::StringView>(prop)); in LoadSuperProperty()