Home
last modified time | relevance | path

Searched refs:StoreOwnProperty (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dfunction.cpp193 pg->StoreOwnProperty(prop, thisReg, key); in IterateOverElements()
H A Dpandagen.h96 void StoreOwnProperty(const ir::AstNode *node, VReg obj, const Operand &prop);
H A DJSCompiler.cpp268 pg->StoreOwnProperty(prop->Value()->Parent(), dest, key); in CompilePropertyKind()
940 pg->StoreOwnProperty(expr, objReg, key); in CompileRemainingPropertyKind()
H A Dpandagen.cpp533 void PandaGen::StoreOwnProperty(const ir::AstNode *node, VReg obj, const Operand &prop) in StoreOwnProperty() function in ark::es2panda::compiler::PandaGen
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.h283 void StoreOwnProperty(const ir::AstNode *node, VReg obj, const Operand &prop, bool nameSetting = false);
H A Dpandagen.cpp488 void PandaGen::StoreOwnProperty(const ir::AstNode *node, VReg obj, const Operand &prop, bool nameSetting) in StoreOwnProperty() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DclassDefinition.cpp307 pg->StoreOwnProperty(prop->Value()->Parent(), dest, key, prop->Computed()); in CompileMissingProperties()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DobjectExpression.cpp392 pg->StoreOwnProperty(this, objReg, key, nameSetting); in CompilePropertyWithInit()

Completed in 14 milliseconds