Home
last modified time | relevance | path

Searched refs:updateWhile (Results 1 – 10 of 10) sorted by relevance

/third_party/typescript/src/deprecatedCompat/
Ddeprecations.ts519 export const updateWhile = Debug.deprecate(factory.updateWhileStatement, factoryDeprecation); constant
/third_party/typescript/lib/
Dtypescript.d.ts6838 …const updateWhile: (node: WhileStatement, expression: Expression, statement: Statement) => WhileSt… constant
DtypescriptServices.d.ts6838 …const updateWhile: (node: WhileStatement, expression: Expression, statement: Statement) => WhileSt… constant
Dtsserverlibrary.d.ts10583 …const updateWhile: (node: WhileStatement, expression: Expression, statement: Statement) => WhileSt… constant
DtypescriptServices.js153136 ts.updateWhile = ts.Debug.deprecate(ts.factory.updateWhileStatement, factoryDeprecation);
Dtsserverlibrary.js162908 ts.updateWhile = ts.Debug.deprecate(ts.factory.updateWhileStatement, factoryDeprecation);
Dtsserver.js162904 ts.updateWhile = ts.Debug.deprecate(ts.factory.updateWhileStatement, factoryDeprecation);
Dtypescript.js153136 ts.updateWhile = ts.Debug.deprecate(ts.factory.updateWhileStatement, factoryDeprecation);
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts7085 …const updateWhile: (node: WhileStatement, expression: Expression, statement: Statement) => WhileSt… constant
Dtsserverlibrary.d.ts10868 …const updateWhile: (node: WhileStatement, expression: Expression, statement: Statement) => WhileSt… constant