Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DboxingForLocals.cpp29 bool withinLambda = false; in FindCaptured() local
37 auto savedWL = withinLambda; in FindCaptured()
40 withinLambda = true; in FindCaptured()
44 withinLambda = savedWL; in FindCaptured()
50 if (withinLambda && ast->IsScopeBearer()) { in FindCaptured()
61 } else if (withinLambda && ast->IsIdentifier()) { in FindCaptured()

Completed in 1 milliseconds