Searched refs:StatsBase (Results 1 – 6 of 6) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | truthinessCallExpressionCoercion.symbols | 155 function A(stats: StatsBase<any>) { 158 >StatsBase : Symbol(StatsBase, Decl(truthinessCallExpressionCoercion.ts, 87, 1)) 161 >stats.isDirectory : Symbol(StatsBase.isDirectory, Decl(truthinessCallExpressionCoercion.ts, 89, 24… 163 >isDirectory : Symbol(StatsBase.isDirectory, Decl(truthinessCallExpressionCoercion.ts, 89, 24)) 169 >stats.ctime : Symbol(StatsBase.ctime, Decl(truthinessCallExpressionCoercion.ts, 90, 27)) 171 >ctime : Symbol(StatsBase.ctime, Decl(truthinessCallExpressionCoercion.ts, 90, 27)) 183 >a.stats.isDirectory : Symbol(StatsBase.isDirectory, Decl(truthinessCallExpressionCoercion.ts, 89, … 187 >isDirectory : Symbol(StatsBase.isDirectory, Decl(truthinessCallExpressionCoercion.ts, 89, 24)) 190 >b.stats.isDirectory : Symbol(StatsBase.isDirectory, Decl(truthinessCallExpressionCoercion.ts, 89, … 194 >isDirectory : Symbol(StatsBase.isDirectory, Decl(truthinessCallExpressionCoercion.ts, 89, 24)) [all …]
|
D | truthinessCallExpressionCoercion.types | 181 function A(stats: StatsBase<any>) { 182 >A : (stats: StatsBase<any>) => void 183 >stats : StatsBase<any> 187 >stats : StatsBase<any> 197 >stats : StatsBase<any> 209 >a.stats : StatsBase<any> 211 >stats : StatsBase<any> 217 >b.stats : StatsBase<any> 219 >stats : StatsBase<any> 224 >a.stats : StatsBase<any> [all …]
|
D | truthinessCallExpressionCoercion.js | 76 function A(stats: StatsBase<any>) { 91 interface StatsBase<T> { 97 stats: StatsBase<any>;
|
D | truthinessCallExpressionCoercion.errors.txt | 95 function A(stats: StatsBase<any>) { 114 interface StatsBase<T> { 120 stats: StatsBase<any>;
|
/third_party/node/lib/internal/fs/ |
D | utils.js | 388 function StatsBase(dev, mode, nlink, uid, gid, rdev, blksize, class 402 StatsBase.prototype.isDirectory = function() { 406 StatsBase.prototype.isFile = function() { 410 StatsBase.prototype.isBlockDevice = function() { 414 StatsBase.prototype.isCharacterDevice = function() { 418 StatsBase.prototype.isSymbolicLink = function() { 422 StatsBase.prototype.isFIFO = function() { 426 StatsBase.prototype.isSocket = function() { 455 StatsBase.call(this, dev, mode, nlink, uid, gid, rdev, blksize, 472 ObjectSetPrototypeOf(BigIntStats.prototype, StatsBase.prototype); [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | truthinessCallExpressionCoercion.ts | 77 function A(stats: StatsBase<any>) { 92 interface StatsBase<T> { interface 98 stats: StatsBase<any>;
|