pastojs: fixed call type helper on type helper read from pcu

This commit is contained in:
mattias 2021-11-18 20:43:53 +01:00
parent ab809fa93c
commit da0260262d

View File

@ -21823,8 +21823,6 @@ var
else
begin
ProcScope:=Proc.CustomData as TPas2JSProcedureScope;
if ProcScope.ImplProc<>nil then
ProcScope:=ProcScope.ImplProc.CustomData as TPas2JSProcedureScope;
if ProcScope.SelfArg=nil then
begin
{$IFDEF VerbosePas2JS}