Searched refs:createContinue (Results 1 – 10 of 10) sorted by relevance
540 …export const createContinue = Debug.deprecate(factory.createContinueStatement, factoryDeprecation); constant
6852 const createContinue: (label?: string | Identifier | undefined) => ContinueStatement; constant
10597 const createContinue: (label?: string | Identifier | undefined) => ContinueStatement; constant
153150 ts.createContinue = ts.Debug.deprecate(ts.factory.createContinueStatement, factoryDeprecation);
162922 ts.createContinue = ts.Debug.deprecate(ts.factory.createContinueStatement, factoryDeprecation);
162918 ts.createContinue = ts.Debug.deprecate(ts.factory.createContinueStatement, factoryDeprecation);
7099 const createContinue: (label?: string | Identifier | undefined) => ContinueStatement; constant
10882 const createContinue: (label?: string | Identifier | undefined) => ContinueStatement; constant