Searched defs:LambdaInfo (Results 1 – 1 of 1) sorted by relevance
26 struct LambdaInfo { struct27 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;