mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-03 18:18:37 +02:00
pastojs: clean up
git-svn-id: trunk@48137 -
This commit is contained in:
parent
a286ad9d77
commit
05d916a652
@ -26459,13 +26459,7 @@ begin
|
|||||||
or (C=TPasClassDestructor) then
|
or (C=TPasClassDestructor) then
|
||||||
AddGlobalClassMethod(FuncContext,TPasProcedure(P))
|
AddGlobalClassMethod(FuncContext,TPasProcedure(P))
|
||||||
else
|
else
|
||||||
begin
|
|
||||||
Methods.Add(P);
|
Methods.Add(P);
|
||||||
if (C=TPasConstructor)
|
|
||||||
or ((aResolver<>nil) and aResolver.IsClassMethod(P)
|
|
||||||
and not aResolver.MethodIsStatic(TPasProcedure(P))) then
|
|
||||||
; //IsComplex:=true; // needs $record
|
|
||||||
end;
|
|
||||||
end
|
end
|
||||||
else if C=TPasAttributes then
|
else if C=TPasAttributes then
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user