Home
last modified time | relevance | path

Searched refs:lexLevel (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/base/
Dlexenv.cpp47 …pg->LoadLexicalVar(node, result.lexLevel, result.variable->AsLocalVariable()->LexIdx(), result.var… in ExpandLoadLexVar()
98 pg->StoreLexicalVar(node, result.lexLevel, local->LexIdx(), local); in ExpandStoreLexVar()
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp104 uint32_t lexLevel = 0; in Find() local
118 return {name, const_cast<Scope *>(iter), level, lexLevel, v, crossConcurrent}; in Find()
134 lexLevel++; in Find()
139 lexLevel++; in Find()
Dscope.h144 …ScopeFindResult(Scope *s, uint32_t l, uint32_t ll, Variable *v) : scope(s), level(l), lexLevel(ll)… in ScopeFindResult()
146 : name(n), scope(s), level(l), lexLevel(ll), variable(v), crossConcurrent(c) in ScopeFindResult()
153 uint32_t lexLevel {};