Searched refs:OmitThisParameter (Results 1 – 5 of 5) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | strictBindCallApply1.types | 22 >foo.bind : { <T>(this: T, thisArg: ThisParameterType<T>): OmitThisParameter<T>; <T, A0, A extends … 24 >bind : { <T>(this: T, thisArg: ThisParameterType<T>): OmitThisParameter<T>; <T, A0, A extends any[… 30 >foo.bind : { <T>(this: T, thisArg: ThisParameterType<T>): OmitThisParameter<T>; <T, A0, A extends … 32 >bind : { <T>(this: T, thisArg: ThisParameterType<T>): OmitThisParameter<T>; <T, A0, A extends any[… 39 >foo.bind : { <T>(this: T, thisArg: ThisParameterType<T>): OmitThisParameter<T>; <T, A0, A extends … 41 >bind : { <T>(this: T, thisArg: ThisParameterType<T>): OmitThisParameter<T>; <T, A0, A extends any[… 49 >foo.bind : { <T>(this: T, thisArg: ThisParameterType<T>): OmitThisParameter<T>; <T, A0, A extends … 51 >bind : { <T>(this: T, thisArg: ThisParameterType<T>): OmitThisParameter<T>; <T, A0, A extends any[… 59 >overloaded.bind : { <T>(this: T, thisArg: ThisParameterType<T>): OmitThisParameter<T>; <T, A0, A e… 61 >bind : { <T>(this: T, thisArg: ThisParameterType<T>): OmitThisParameter<T>; <T, A0, A extends any[… [all …]
|
D | strictBindCallApply2.types | 18 >fn.bind : { <T>(this: T, thisArg: ThisParameterType<T>): OmitThisParameter<T>; <T, A0, A extends a… 20 >bind : { <T>(this: T, thisArg: ThisParameterType<T>): OmitThisParameter<T>; <T, A0, A extends any[…
|
/third_party/typescript_eslint/packages/scope-manager/src/lib/ |
D | es5.ts | 62 OmitThisParameter: {
|
/third_party/typescript/src/lib/ |
D | es5.d.ts | 306 type OmitThisParameter<T> = unknown extends ThisParameterType<T> ? T : T extends (...args: infer A)… alias 330 bind<T>(this: T, thisArg: ThisParameterType<T>): OmitThisParameter<T>;
|
/third_party/typescript/lib/ |
D | lib.es5.d.ts | 326 type OmitThisParameter<T> = unknown extends ThisParameterType<T> ? T : T extends (...args: infer A)… alias 350 bind<T>(this: T, thisArg: ThisParameterType<T>): OmitThisParameter<T>;
|