Searched defs:maybeBind (Results 1 – 4 of 4) sorted by relevance
| /third_party/typescript/tests/cases/conformance/types/thisType/ |
| D | thisTypeOptionalCall.ts | 6 function maybeBind<T, A extends any[], R>(obj: T, fn: ((this: T, ...args: A) => R) | undefined): ((… function
|
| /third_party/typescript/src/compiler/ |
| D | core.ts | 1443 …export function maybeBind<T, A extends any[], R>(obj: T, fn: ((this: T, ...args: A) => R) | undefi… function
|
| /third_party/typescript/lib/ |
| D | tsc.js | 1255 function maybeBind(obj, fn) { function 40173 function maybeBind(node) { function
|
| D | typingsInstaller.js | 1443 function maybeBind(obj, fn) { function 48699 function maybeBind(node) { function
|