Searched defs:createWhile (Results 1 – 6 of 6) sorted by relevance
516 export const createWhile = Debug.deprecate(factory.createWhileStatement, factoryDeprecation); constant
10708 const createWhile: (expression: Expression, statement: Statement) => WhileStatement; constant
6925 const createWhile: (expression: Expression, statement: Statement) => WhileStatement; constant
6836 const createWhile: (expression: Expression, statement: Statement) => WhileStatement; constant
10581 const createWhile: (expression: Expression, statement: Statement) => WhileStatement; constant