mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-13 15:39:22 +02:00
* Array length is read-write
This commit is contained in:
parent
787af42a56
commit
a3ea761606
@ -349,7 +349,7 @@ type
|
||||
function toLocaleString(locales : string; const Options : TLocaleCompareOptions) : String; overload;
|
||||
function toString : String;
|
||||
function unshift : NativeInt; varargs;
|
||||
Property Length : Integer Read FLength;
|
||||
Property Length : Integer Read FLength Write FLength;
|
||||
property Elements[Index: NativeInt]: JSValue read GetElements write SetElements; default;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user