mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-26 22:10:24 +02:00
pastojs: fixed call type helper on type helper read from pcu
This commit is contained in:
parent
ab809fa93c
commit
da0260262d
@ -21823,8 +21823,6 @@ var
|
|||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
ProcScope:=Proc.CustomData as TPas2JSProcedureScope;
|
ProcScope:=Proc.CustomData as TPas2JSProcedureScope;
|
||||||
if ProcScope.ImplProc<>nil then
|
|
||||||
ProcScope:=ProcScope.ImplProc.CustomData as TPas2JSProcedureScope;
|
|
||||||
if ProcScope.SelfArg=nil then
|
if ProcScope.SelfArg=nil then
|
||||||
begin
|
begin
|
||||||
{$IFDEF VerbosePas2JS}
|
{$IFDEF VerbosePas2JS}
|
||||||
|
Loading…
Reference in New Issue
Block a user