Searched refs:CreateProxyMethodForLambda (Results 1 – 2 of 2) sorted by relevance
373 …ir::MethodDefinition *CreateProxyMethodForLambda(ir::ClassDefinition *klass, ir::ArrowFunctionExpr…
1486 auto *proxyMethod = CreateProxyMethodForLambda(currentClassDef, lambda, properties, !saveThis); in CreateLambdaObjectForLambdaReference()1861 ir::MethodDefinition *ETSChecker::CreateProxyMethodForLambda(ir::ClassDefinition *klass, in CreateProxyMethodForLambda() function in panda::es2panda::checker::ETSChecker