mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-14 10:19:34 +02:00
* Remove unneeded overload directive
This commit is contained in:
parent
097a3d1167
commit
de1173cba4
@ -602,7 +602,7 @@ type
|
||||
class function from(aValue : jsValue) : TJSUInt8ClampedArray; reintroduce;
|
||||
class function from(aValue : jsValue; Map : TJSTypedArrayMapCallBack) : TJSUInt8ClampedArray; reintroduce;overload;
|
||||
class function from(aValue : jsValue; aMap : TJSTypedArrayMapEvent) : TJSUInt8ClampedArray; reintroduce;overload;
|
||||
class function _of(aValue : jsValue) : TJSUInt8ClampedArray; varargs; external name 'of'; reintroduce;overload;
|
||||
class function _of(aValue : jsValue) : TJSUInt8ClampedArray; varargs; external name 'of'; reintroduce;
|
||||
procedure _set(anArray : Array of Byte); external name 'set'; reintroduce;overload;
|
||||
procedure _set(anArray : Array of Byte; anOffset : NativeInt); external name 'set';overload;
|
||||
function subarray(aBegin, aEnd: Integer): TJSUInt8ClampedArray; overload;
|
||||
|
Loading…
Reference in New Issue
Block a user