瀏覽代碼

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

mattias 4 年之前
父節點
當前提交
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}