Searched refs:lexEnvCtx_ (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | envScope.h | 79 : scope_(NeedEnv(scope) ? scope : nullptr), regScope_(pg, scope), lexEnvCtx_(this, pg, target) in LoopEnvScope() 85 : scope_(NeedEnv(scope) ? scope : nullptr), regScope_(pg), lexEnvCtx_(this, pg, target) in LoopEnvScope() 91 : scope_(NeedEnv(scope) ? scope : nullptr), regScope_(pg), lexEnvCtx_(this, pg, {}) in LoopEnvScope() 119 LexEnvContext lexEnvCtx_; member in ark::es2panda::ark::es2panda::compiler::LoopEnvScope
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | envScope.h | 72 : scope_(InitVariableContext(pg, scope) ? scope : nullptr), regScope_(pg, scope), lexEnvCtx_(this, pg, target) in VariableEnvScope() 94 LexEnvContext lexEnvCtx_; member in panda::es2panda::panda::es2panda::compiler::VariableEnvScope
|
Completed in 2 milliseconds