mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-09-13 11:49:06 +02:00
rtl: changed TGUIDString to type string
This commit is contained in:
parent
73c710e93c
commit
97cb60459e
@ -80,7 +80,7 @@ type
|
||||
D3: word;
|
||||
D4: array[0..7] of byte;
|
||||
end;
|
||||
TGUIDString = string; // ToDo: use type string when supported by compiler
|
||||
TGUIDString = type string;
|
||||
|
||||
TClass = class of TObject;
|
||||
|
||||
|
@ -251,7 +251,7 @@ type
|
||||
public
|
||||
TypeInfo: TTypeInfo external name 'typeinfo';
|
||||
Flags: NativeInt external name 'flags'; // bit vector, see pf constants above
|
||||
Params: TProcedureParams external name 'params'; // can be null
|
||||
Params: TProcedureParams external name 'params'; // can be null or undefined
|
||||
Index: JSValue external name 'index'; // can be undefined
|
||||
Getter: String external name 'getter'; // name of field or function
|
||||
Setter: String external name 'setter'; // name of field or function
|
||||
|
Loading…
Reference in New Issue
Block a user