Home
last modified time | relevance | path

Searched defs:updateAsExpression (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/src/deprecatedCompat/4.0/
DnodeFactoryTopLevelExports.ts447 export const updateAsExpression: typeof factory.updateAsExpression = Debug.deprecate(factory.update… constant
/third_party/typescript/src/compiler/
Dtypes.ts8270 updateAsExpression(node: AsExpression, expression: Expression, type: TypeNode): AsExpression; method
/third_party/typescript/lib/
Dtypescript.d.ts4036updateAsExpression(node: AsExpression, expression: Expression, type: TypeNode): AsExpression; method
Dtsserverlibrary.d.ts8039updateAsExpression(node: AsExpression, expression: Expression, type: TypeNode): AsExpression; method
DtypingsInstaller.js15488 function updateAsExpression(node, expression, type) { function
Dtsc.js20779 function updateAsExpression(node, expression, type) { function
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts4036updateAsExpression(node: AsExpression, expression: Expression, type: TypeNode): AsExpression; method
Dtsserverlibrary.d.ts8039updateAsExpression(node: AsExpression, expression: Expression, type: TypeNode): AsExpression; method