Home
last modified time | relevance | path

Searched defs:createWhile (Results 1 – 6 of 6) sorted by relevance

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