Searched refs:lexLevel (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/base/ |
D | lexenv.cpp | 47 …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/ |
D | scope.cpp | 104 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()
|
D | scope.h | 144 …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 {};
|