mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-24 15:09:02 +02:00
rtl: added TJSObjectClass
This commit is contained in:
parent
88e26c886f
commit
264336babc
@ -81,6 +81,7 @@ type
|
|||||||
function valueOf: JSValue;
|
function valueOf: JSValue;
|
||||||
property Properties[Name: String]: JSValue read GetProperties write SetProperties; default;
|
property Properties[Name: String]: JSValue read GetProperties write SetProperties; default;
|
||||||
end;
|
end;
|
||||||
|
TJSObjectClass = class of TJSObject;
|
||||||
|
|
||||||
TJSObjectDynArray = Array of TJSObject;
|
TJSObjectDynArray = Array of TJSObject;
|
||||||
TJSObjectDynArrayArray = Array of TJSObjectDynArray;
|
TJSObjectDynArrayArray = Array of TJSObjectDynArray;
|
||||||
|
Loading…
Reference in New Issue
Block a user