Home
last modified time | relevance | path

Searched refs:AssignIndexToModuleVariable (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/module/
DsourceTextModuleRecord.cpp166 void SourceTextModuleRecord::AssignIndexToModuleVariable(binder::ModuleScope *moduleScope) in AssignIndexToModuleVariable() function in panda::es2panda::parser::SourceTextModuleRecord
185 moduleScope->AssignIndexToModuleVariable(name, *index); in CheckAndAssignIndex()
DsourceTextModuleRecord.h101 void AssignIndexToModuleVariable(binder::ModuleScope *moduleScope);
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp170 void Binder::AssignIndexToModuleVariable() in AssignIndexToModuleVariable() function in panda::es2panda::binder::Binder
173 program_->ModuleRecord()->AssignIndexToModuleVariable(topScope_->AsModuleScope()); in AssignIndexToModuleVariable()
189 AssignIndexToModuleVariable(); in IdentifierAnalysis()
Dbinder.h198 void AssignIndexToModuleVariable();
Dscope.cpp389 void ModuleScope::AssignIndexToModuleVariable(util::StringView name, uint32_t index) in AssignIndexToModuleVariable() function in panda::es2panda::binder::ModuleScope
Dscope.h710 void AssignIndexToModuleVariable(util::StringView name, uint32_t index);