[Pas2js] Pas2js 0.9.20

Ryan Joseph ryan at thealchemistguild.com
Sat May 12 08:59:39 CEST 2018


I got the new version but I think we need another overload for _set still. I don’t know where you translated these headers from but there appears to be a large number of possible overloads for these JS library functions so there’s probably lots more.

    procedure _set(anArray : TJSTypedArray); external name 'set';
    procedure _set(anArray : TJSTypedArray; anOffset : NativeInt); external name 'set';

from https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/set:

typedarray.set(array[, offset])

typedarray.set(typedarray[, offset])


> On May 11, 2018, at 11:36 PM, Mattias Gaertner <nc-gaertnma at netcologne.de> wrote:
> 
> Hi,
> 
> I uploaded a new version.
> 
> Changes:
> http://wiki.freepascal.org/Pas2JS_Version_Changes#Version_0.9.20
> 
> Snapshots:
> ftp://ftpmaster.freepascal.org/fpc/contrib/pas2js/0.9.20/
> 
> Mattias
> _______________________________________________
> Pas2js maillist  -  Pas2js at lists.freepascal.org
> http://lists.freepascal.org/cgi-bin/mailman/listinfo/pas2js

Regards,
	Ryan Joseph



More information about the Pas2js mailing list