mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-08 23:17:45 +02:00
Parent for the method params.
This commit is contained in:
parent
748c2adbf7
commit
367e86d7e5
@ -1809,7 +1809,7 @@ begin
|
||||
for A := Low(FParameters) to High(FParameters) do
|
||||
begin
|
||||
Param := MethodParams[A];
|
||||
RttiParam := TRttiParameter.Create;
|
||||
RttiParam := TRttiParameter.Create(Self, Param);
|
||||
RttiParam.FName := Param.Name;
|
||||
RttiParam.FParamType := Pool.GetType(Param.TypeInfo);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user