rtl: added TJSObjectClass

This commit is contained in:
mattias 2022-07-13 17:58:56 +02:00
parent 88e26c886f
commit 264336babc

View File

@ -81,6 +81,7 @@ type
function valueOf: JSValue;
property Properties[Name: String]: JSValue read GetProperties write SetProperties; default;
end;
TJSObjectClass = class of TJSObject;
TJSObjectDynArray = Array of TJSObject;
TJSObjectDynArrayArray = Array of TJSObjectDynArray;