Searched refs:StoreSuperProperty (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/base/ |
H A D | lreference.cpp | 105 pg_->StoreSuperProperty(node_, obj_, prop_); in SetValue()
|
/arkcompiler/ets_frontend/ets2panda/compiler/base/ |
H A D | lreference.cpp | 152 pg_->StoreSuperProperty(Node(), obj_, prop_); in SetValue()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | pandagen.h | 224 void StoreSuperProperty(const ir::AstNode *node, VReg obj, const Operand &prop);
|
H A D | pandagen.cpp | 1614 void PandaGen::StoreSuperProperty(const ir::AstNode *node, VReg obj, const Operand &prop) in StoreSuperProperty() function in ark::es2panda::compiler::PandaGen
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | pandagen.h | 425 void StoreSuperProperty(const ir::AstNode *node, VReg obj, const Operand &prop);
|
H A D | pandagen.cpp | 1854 void PandaGen::StoreSuperProperty(const ir::AstNode *node, VReg obj, const Operand &prop) in StoreSuperProperty() function in panda::es2panda::compiler::PandaGen
|
Completed in 10 milliseconds