mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-06 10:37:49 +02:00
pastojs: fixed shortrefglobals for proc without args, issue 38043
This commit is contained in:
parent
e760b9bd79
commit
d497f63429
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user