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.cpp26 struct LambdaInfo { struct
27 ir::ClassDeclaration *calleeClass = nullptr;
28 ir::TSInterfaceDeclaration *calleeInterface = nullptr;
29 ir::ScriptFunction *enclosingFunction = nullptr;
30 util::StringView name = "";
31 util::StringView originalFuncName = "";
32 ArenaSet<varbinder::Variable *> *capturedVars = nullptr;
33 ir::Expression *callReceiver = nullptr;
34 bool isFunctionReference = false;
35 checker::ETSObjectType *objType = nullptr;