[Pas2js] missing definitions
Michael Van Canneyt
michael at freepascal.org
Thu Aug 29 09:19:00 CEST 2019
Thank you !
I added all of them except 1, revision 582.
The read-only properties I added using the usual method instead of your function trick.
>
> TJSArray = Class external name 'Array'
> public
>
> Function map(const aCallBack : TJSArrayMapEventArray) : JSValue;
> overload;
This one I didn't add, because you didn't include the TJSArrayMapEventArray
definition.
Michael.
More information about the Pas2js
mailing list