Home
last modified time | relevance | path

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

/third_party/typescript/src/deprecatedCompat/4.0/
DnodeFactoryTopLevelExports.ts486 export const updateVariableStatement: typeof factory.updateVariableStatement = Debug.deprecate(fact… constant
/third_party/typescript/src/compiler/
Dtypes.ts8295updateVariableStatement(node: VariableStatement, modifiers: readonly Modifier[] | undefined, decla… method
/third_party/typescript/lib/
Dtypescript.d.ts4051updateVariableStatement(node: VariableStatement, modifiers: readonly Modifier[] | undefined, decla… method
Dtsserverlibrary.d.ts8054updateVariableStatement(node: VariableStatement, modifiers: readonly Modifier[] | undefined, decla… method
DtypingsInstaller.js15579 function updateVariableStatement(node, modifiers, declarationList) { function
Dtsc.js20870 function updateVariableStatement(node, modifiers, declarationList) { function
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts4051updateVariableStatement(node: VariableStatement, modifiers: readonly Modifier[] | undefined, decla… method
Dtsserverlibrary.d.ts8054updateVariableStatement(node: VariableStatement, modifiers: readonly Modifier[] | undefined, decla… method