Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DcapturedVariables.cpp71 bool inLambda = false; variable
75 auto savedWL = inLambda;
79 inLambda = true;
82 inLambda = savedWL;
89 if (inLambda && node->IsScopeBearer()) {
91 } else if (inLambda && node->IsIdentifier() && OnLeftSideOfAssignment(node->AsIdentifier())) {

Completed in 1 milliseconds