Searched refs:StSuperByName (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | pandagen.h | 220 void StSuperByName(const ir::AstNode *node, VReg obj, const util::StringView &key);
|
H A D | pandagen.cpp | 1594 void PandaGen::StSuperByName(const ir::AstNode *node, VReg obj, const util::StringView &key) in StSuperByName() function in ark::es2panda::compiler::PandaGen 1617 StSuperByName(node, obj, std::get<util::StringView>(prop)); in StoreSuperProperty()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | pandagen.h | 421 void StSuperByName(const ir::AstNode *node, VReg obj, const util::StringView &key);
|
H A D | pandagen.cpp | 1831 void PandaGen::StSuperByName(const ir::AstNode *node, VReg obj, const util::StringView &key) in StSuperByName() function in panda::es2panda::compiler::PandaGen 1857 StSuperByName(node, obj, std::get<util::StringView>(prop)); in StoreSuperProperty()
|
Completed in 8 milliseconds