pastojs: fixed shortrefglobals for proc without args, issue 38043

This commit is contained in:
mattias 2020-11-07 11:05:09 +00:00
parent e760b9bd79
commit d497f63429

View File

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