mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-21 00:49:02 +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
|
aValue:= Self
|
||||||
else
|
else
|
||||||
aValue := nil;
|
aValue := nil;
|
||||||
asm
|
TJSObject(aOwner)[String(TJSObject(aField)['name'])]:=aValue;
|
||||||
aOwner[aField.name]=aValue;
|
|
||||||
end;
|
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user