Skip to content

Commit

Permalink
Merge pull request #43678 from gimantha/2201.11.0-stage-set-encoded-f…
Browse files Browse the repository at this point in the history
…unc-name_3

[2201.11.0-stage] Set encoded function name in lambda details
  • Loading branch information
chiranSachintha authored Dec 4, 2024
2 parents 6735dc3 + c23e419 commit fc33b75
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ private LambdaDetails populateAsyncLambdaDetails(BIRTerminator.AsyncCall asyncIn
lambdaDetails.lhsType = asyncIns.lhsOp != null ? asyncIns.lhsOp.variableDcl.type : null;
lambdaDetails.packageID = asyncIns.calleePkg;
lambdaDetails.funcName = asyncIns.name.getValue();
lambdaDetails.encodedFuncName = Utils.encodeFunctionIdentifier(lambdaDetails.funcName);
if (!asyncIns.isVirtual) {
populateLambdaFunctionDetails(lambdaDetails);
}
Expand Down

0 comments on commit fc33b75

Please sign in to comment.