Home
last modified time | relevance | path

Searched refs:lexical (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DenvScope.cpp72 VReg lexical = pg_->AllocReg(); in CopyPerIterationCtx() local
74 pg_->StoreAccumulator(scope_->Node(), lexical); in CopyPerIterationCtx()
75 lexicals.push_back(lexical); in CopyPerIterationCtx()
/arkcompiler/ets_frontend/es2panda/binder/
H A Dscope.cpp125 bool lexical = false; in Find() local
135 if (iter->IsFunctionVariableScope() && !lexical) { in Find()
136 lexical = true; in Find()
146 if (lexical) { in Find()
195 // sendable class does not need a lexical env, handle it's scope as a non-variable scope in IsVariableScope()

Completed in 2 milliseconds