mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-23 02:09:27 +02:00
* Replace asm block with pascal in setreference
This commit is contained in:
parent
fc8ee39898
commit
2742723507
@ -4375,9 +4375,7 @@ begin
|
||||
aValue:= Self
|
||||
else
|
||||
aValue := nil;
|
||||
asm
|
||||
aOwner[aField.name]=aValue;
|
||||
end;
|
||||
TJSObject(aOwner)[String(TJSObject(aField)['name'])]:=aValue;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user