mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-09-03 11:50:15 +02:00
pastojs: fixed wrong setting rtl.TObjectDestroy
This commit is contained in:
parent
e50b806902
commit
2e409dda39
@ -15533,6 +15533,7 @@ begin
|
||||
else if El.IsExternal then
|
||||
exit(ConvertExtClassType(El,AContext));
|
||||
|
||||
IsTObject:=false;
|
||||
if El.CustomData is TPas2JSClassScope then
|
||||
begin
|
||||
Scope:=TPas2JSClassScope(El.CustomData);
|
||||
|
Loading…
Reference in New Issue
Block a user