mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 19:49:46 +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
|
||||
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}
|
||||
|
Loading…
Reference in New Issue
Block a user