Searched refs:DeleteObjProperty (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
H A D | unaryExpression.cpp | 56 pg->DeleteObjProperty(this, global, variable); in Compile() 69 pg->DeleteObjProperty(this, object, prop); in Compile()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | pandagen.h | 97 void DeleteObjProperty(const ir::AstNode *node, VReg obj, VReg prop);
|
H A D | JSCompiler.cpp | 1125 pg->DeleteObjProperty(expr, global, variable); in Compile() 1137 pg->DeleteObjProperty(expr, object, property); in Compile()
|
H A D | pandagen.cpp | 604 void PandaGen::DeleteObjProperty(const ir::AstNode *node, VReg obj, VReg prop) in DeleteObjProperty() function in ark::es2panda::compiler::PandaGen
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | pandagen.h | 284 void DeleteObjProperty(const ir::AstNode *node, VReg obj, const Operand &prop);
|
H A D | pandagen.cpp | 657 void PandaGen::DeleteObjProperty(const ir::AstNode *node, VReg obj, const Operand &prop) in DeleteObjProperty() function in panda::es2panda::compiler::PandaGen
|
Completed in 11 milliseconds