Browse Source

pastojs: fixed shortrefglobals for proc without args, issue 38043

mattias 4 years ago
parent
commit
d497f63429
1 changed files with 2 additions and 0 deletions
  1. 2 0
      compiler/packages/pastojs/src/fppas2js.pp

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

@@ -9828,6 +9828,8 @@ var
       CreateProcedureCall(Call,nil,ProcType,AContext);
       if ApplyParam<>nil then
         begin
+        if Call.Args=nil then
+          Call.Args:=TJSArguments(CreateElement(TJSArguments,ProcType));
         Call.InsertArg(0,ApplyParam);
         ApplyParam:=nil;
         if AContext is TDotContext then