Home
last modified time | relevance | path

Searched defs:LambdaInfo (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DlambdaLowering.cpp24 struct LambdaInfo { struct
25 ir::ClassDeclaration *calleeClass = nullptr;
26 ir::ScriptFunction *enclosingFunction = nullptr;
27 util::StringView name = "";
28 ArenaSet<varbinder::Variable *> *capturedVars = nullptr;
29 ir::Expression *callReceiver = nullptr;