mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-07 09:57:57 +02:00
rtl: added TJSObjectClass
This commit is contained in:
parent
88e26c886f
commit
264336babc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user