Searched refs:StoreOwnProperty (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | function.cpp | 193 pg->StoreOwnProperty(prop, thisReg, key); in IterateOverElements()
|
H A D | pandagen.h | 96 void StoreOwnProperty(const ir::AstNode *node, VReg obj, const Operand &prop);
|
H A D | JSCompiler.cpp | 268 pg->StoreOwnProperty(prop->Value()->Parent(), dest, key); in CompilePropertyKind() 940 pg->StoreOwnProperty(expr, objReg, key); in CompileRemainingPropertyKind()
|
H A D | pandagen.cpp | 533 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 D | pandagen.h | 283 void StoreOwnProperty(const ir::AstNode *node, VReg obj, const Operand &prop, bool nameSetting = false);
|
H A D | pandagen.cpp | 488 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 D | classDefinition.cpp | 307 pg->StoreOwnProperty(prop->Value()->Parent(), dest, key, prop->Computed()); in CompileMissingProperties()
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
H A D | objectExpression.cpp | 392 pg->StoreOwnProperty(this, objReg, key, nameSetting); in CompilePropertyWithInit()
|
Completed in 14 milliseconds