mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 03:19:27 +02:00
* Explaining comment for GetReadPropertyCall
This commit is contained in:
parent
b9d29d3420
commit
1ee8f039ff
@ -1472,6 +1472,8 @@ begin
|
||||
ObjClassName:=IntfToPasClassName(ObjClassName)
|
||||
else if (aInfo.PropType is TIDLTypeDefDefinition) then
|
||||
begin
|
||||
// Check if we have a typedef for an aliased type. Example: BigInteger = Uint8Array
|
||||
// must result in TJSUint8Array.
|
||||
TypeName:=TIDLTypeDefDefinition(aInfo.PropType).TypeName;
|
||||
TypeName:=TypeAliases.Values[TypeName];
|
||||
if TypeName<>'' then
|
||||
|
Loading…
Reference in New Issue
Block a user