فهرست منبع

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

mattias 3 سال پیش
والد
کامیت
da0260262d
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      packages/pastojs/src/fppas2js.pp

+ 0 - 2
packages/pastojs/src/fppas2js.pp

@@ -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}