Searched defs:updateCatchClause (Results 1 – 12 of 12) sorted by relevance
| /third_party/typescript/src/deprecatedCompat/ |
| D | deprecations.ts | 858 export const updateCatchClause = Debug.deprecate(factory.updateCatchClause, factoryDeprecation); constant
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 3573 …updateCatchClause(node: CatchClause, variableDeclaration: VariableDeclaration | undefined, block: … method 7068 …const updateCatchClause: (node: CatchClause, variableDeclaration: VariableDeclaration | undefined,… constant
|
| D | typescriptServices.d.ts | 3573 …updateCatchClause(node: CatchClause, variableDeclaration: VariableDeclaration | undefined, block: … method 7068 …const updateCatchClause: (node: CatchClause, variableDeclaration: VariableDeclaration | undefined,… constant
|
| D | tsserverlibrary.d.ts | 3573 …updateCatchClause(node: CatchClause, variableDeclaration: VariableDeclaration | undefined, block: … method 10813 …const updateCatchClause: (node: CatchClause, variableDeclaration: VariableDeclaration | undefined,… constant
|
| D | tsc.js | 19575 function updateCatchClause(node, variableDeclaration, block) { function
|
| D | typingsInstaller.js | 24367 function updateCatchClause(node, variableDeclaration, block) { function
|
| D | typescript.js | 24572 function updateCatchClause(node, variableDeclaration, block) { function
|
| D | typescriptServices.js | 24572 function updateCatchClause(node, variableDeclaration, block) { function
|
| D | tsserverlibrary.js | 24572 function updateCatchClause(node, variableDeclaration, block) { function
|
| D | tsserver.js | 24378 function updateCatchClause(node, variableDeclaration, block) { function
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 3689 …updateCatchClause(node: CatchClause, variableDeclaration: VariableDeclaration | undefined, block: … method 7315 …const updateCatchClause: (node: CatchClause, variableDeclaration: VariableDeclaration | undefined,… constant
|
| D | tsserverlibrary.d.ts | 3689 …updateCatchClause(node: CatchClause, variableDeclaration: VariableDeclaration | undefined, block: … method 11098 …const updateCatchClause: (node: CatchClause, variableDeclaration: VariableDeclaration | undefined,… constant
|