Searched defs:createCatchClause (Results 1 – 12 of 12) sorted by relevance
| /third_party/typescript/src/deprecatedCompat/ |
| D | deprecations.ts | 855 export const createCatchClause = Debug.deprecate(factory.createCatchClause, factoryDeprecation); constant
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 3572 …createCatchClause(variableDeclaration: string | VariableDeclaration | undefined, block: Block): Ca… method 7066 …const createCatchClause: (variableDeclaration: string | VariableDeclaration | undefined, block: Bl… constant
|
| D | typescriptServices.d.ts | 3572 …createCatchClause(variableDeclaration: string | VariableDeclaration | undefined, block: Block): Ca… method 7066 …const createCatchClause: (variableDeclaration: string | VariableDeclaration | undefined, block: Bl… constant
|
| D | tsserverlibrary.d.ts | 3572 …createCatchClause(variableDeclaration: string | VariableDeclaration | undefined, block: Block): Ca… method 10811 …const createCatchClause: (variableDeclaration: string | VariableDeclaration | undefined, block: Bl… constant
|
| D | tsc.js | 19563 function createCatchClause(variableDeclaration, block) { function
|
| D | typingsInstaller.js | 24351 function createCatchClause(variableDeclaration, block) { function
|
| D | typescriptServices.js | 24556 function createCatchClause(variableDeclaration, block) { function
|
| D | typescript.js | 24556 function createCatchClause(variableDeclaration, block) { function
|
| D | tsserverlibrary.js | 24556 function createCatchClause(variableDeclaration, block) { function
|
| D | tsserver.js | 24362 function createCatchClause(variableDeclaration, block) { function
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 3688 …createCatchClause(variableDeclaration: string | VariableDeclaration | undefined, block: Block): Ca… method 7313 …const createCatchClause: (variableDeclaration: string | VariableDeclaration | undefined, block: Bl… constant
|
| D | tsserverlibrary.d.ts | 3688 …createCatchClause(variableDeclaration: string | VariableDeclaration | undefined, block: Block): Ca… method 11096 …const createCatchClause: (variableDeclaration: string | VariableDeclaration | undefined, block: Bl… constant
|