Home
last modified time | relevance | path

Searched refs:DeleteObjProperty (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DunaryExpression.cpp56 pg->DeleteObjProperty(this, global, variable); in Compile()
69 pg->DeleteObjProperty(this, object, prop); in Compile()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dpandagen.h97 void DeleteObjProperty(const ir::AstNode *node, VReg obj, VReg prop);
H A DJSCompiler.cpp1125 pg->DeleteObjProperty(expr, global, variable); in Compile()
1137 pg->DeleteObjProperty(expr, object, property); in Compile()
H A Dpandagen.cpp604 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 Dpandagen.h284 void DeleteObjProperty(const ir::AstNode *node, VReg obj, const Operand &prop);
H A Dpandagen.cpp657 void PandaGen::DeleteObjProperty(const ir::AstNode *node, VReg obj, const Operand &prop) in DeleteObjProperty() function in panda::es2panda::compiler::PandaGen

Completed in 11 milliseconds