Home
last modified time | relevance | path

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

/third_party/typescript/src/deprecatedCompat/
Ddeprecations.ts516 export const createWhile = Debug.deprecate(factory.createWhileStatement, factoryDeprecation); constant
/third_party/typescript/lib/
Dtypescript.d.ts6836 const createWhile: (expression: Expression, statement: Statement) => WhileStatement; constant
DtypescriptServices.d.ts6836 const createWhile: (expression: Expression, statement: Statement) => WhileStatement; constant
Dtsserverlibrary.d.ts10581 const createWhile: (expression: Expression, statement: Statement) => WhileStatement; constant
DtypescriptServices.js153134 ts.createWhile = ts.Debug.deprecate(ts.factory.createWhileStatement, factoryDeprecation);
Dtsserverlibrary.js162906 ts.createWhile = ts.Debug.deprecate(ts.factory.createWhileStatement, factoryDeprecation);
Dtsserver.js162902 ts.createWhile = ts.Debug.deprecate(ts.factory.createWhileStatement, factoryDeprecation);
Dtypescript.js153134 ts.createWhile = ts.Debug.deprecate(ts.factory.createWhileStatement, factoryDeprecation);
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts7083 const createWhile: (expression: Expression, statement: Statement) => WhileStatement; constant
Dtsserverlibrary.d.ts10866 const createWhile: (expression: Expression, statement: Statement) => WhileStatement; constant