Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/parser/module/
DsourceTextModuleRecord.cpp175 void SourceTextModuleRecord::AssignIndexToModuleVariable(binder::ModuleScope *moduleScope) in AssignIndexToModuleVariable() function in panda::es2panda::parser::SourceTextModuleRecord
201 moduleScope->AssignIndexToModuleVariable(name, *index); in CheckAndAssignIndex()
DsourceTextModuleRecord.h127 void AssignIndexToModuleVariable(binder::ModuleScope *moduleScope);
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp172 void Binder::AssignIndexToModuleVariable() in AssignIndexToModuleVariable() function in panda::es2panda::binder::Binder
175 program_->ModuleRecord()->AssignIndexToModuleVariable(topScope_->AsModuleScope()); in AssignIndexToModuleVariable()
193 AssignIndexToModuleVariable(); in IdentifierAnalysis()
200 AssignIndexToModuleVariable(); in IdentifierAnalysis()
Dbinder.h204 void AssignIndexToModuleVariable();
Dscope.cpp754 void ModuleScope::AssignIndexToModuleVariable(util::StringView name, uint32_t index) in AssignIndexToModuleVariable() function in panda::es2panda::binder::ModuleScope
Dscope.h1060 void AssignIndexToModuleVariable(util::StringView name, uint32_t index);