Home
last modified time | relevance | path

Searched refs:AddClassVariable (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp502 scope_->AddClassVariable(prop->Key()); in BuildClassEnvironment()
519 scope_->AddClassVariable(instanceInitializer_->Key()); in BuildClassEnvironment()
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.h692 void AddClassVariable(const ir::Expression *key) in AddClassVariable() function