Lines Matching refs:Float64Array
88 …function fstat(fd: number, useBigint: boolean, req: FSReqCallback<Float64Array | BigUint64Array>):…
90 function fstat(fd: number, useBigint: false, req: FSReqCallback<Float64Array>): void;
91 …function fstat(fd: number, useBigint: boolean, req: undefined, ctx: FSSyncContext): Float64Array |…
93 function fstat(fd: number, useBigint: false, req: undefined, ctx: FSSyncContext): Float64Array;
94 …umber, useBigint: boolean, usePromises: typeof kUsePromises): Promise<Float64Array | BigUint64Arra…
96 …ction fstat(fd: number, useBigint: false, usePromises: typeof kUsePromises): Promise<Float64Array>;
121 …function lstat(path: StringOrBuffer, useBigint: boolean, req: FSReqCallback<Float64Array | BigUint…
123 function lstat(path: StringOrBuffer, useBigint: false, req: FSReqCallback<Float64Array>): void;
124 …ingOrBuffer, useBigint: boolean, req: undefined, ctx: FSSyncContext): Float64Array | BigUint64Arra…
126 …on lstat(path: StringOrBuffer, useBigint: false, req: undefined, ctx: FSSyncContext): Float64Array;
127 …uffer, useBigint: boolean, usePromises: typeof kUsePromises): Promise<Float64Array | BigUint64Arra…
129 …t(path: StringOrBuffer, useBigint: false, usePromises: typeof kUsePromises): Promise<Float64Array>;
188 …function stat(path: StringOrBuffer, useBigint: boolean, req: FSReqCallback<Float64Array | BigUint6…
190 function stat(path: StringOrBuffer, useBigint: false, req: FSReqCallback<Float64Array>): void;
191 …ingOrBuffer, useBigint: boolean, req: undefined, ctx: FSSyncContext): Float64Array | BigUint64Arra…
193 …ion stat(path: StringOrBuffer, useBigint: false, req: undefined, ctx: FSSyncContext): Float64Array;
194 …uffer, useBigint: boolean, usePromises: typeof kUsePromises): Promise<Float64Array | BigUint64Arra…
196 …t(path: StringOrBuffer, useBigint: false, usePromises: typeof kUsePromises): Promise<Float64Array>;
230 statValues: Float64Array;