Searched refs:createLoopVariable (Results 1 – 12 of 12) sorted by relevance
30 … export const createLoopVariable = Debug.deprecate(factory.createLoopVariable, factoryDeprecation); constant
1450 const temp = factory.createLoopVariable();2555 const counter = factory.createLoopVariable();
1547 const keysIndex = factory.createLoopVariable(); // _i
59 createLoopVariable,917 function createLoopVariable(reservedInNestedScopes?: boolean): Identifier {
3640 createLoopVariable(reservedInNestedScopes?: boolean): Identifier; method7480 const createLoopVariable: (reservedInNestedScopes?: boolean | undefined) => Identifier; constant
3640 createLoopVariable(reservedInNestedScopes?: boolean): Identifier; method11426 const createLoopVariable: (reservedInNestedScopes?: boolean | undefined) => Identifier; constant
18086 createLoopVariable: createLoopVariable, property18787 function createLoopVariable(reservedInNestedScopes) { function87498 var temp = factory.createLoopVariable();88041 var counter = factory.createLoopVariable();89705 var keysIndex = factory.createLoopVariable();
22727 createLoopVariable: createLoopVariable, property23468 function createLoopVariable(reservedInNestedScopes) { function104450 var temp = factory.createLoopVariable();105259 var counter = factory.createLoopVariable();107998 var keysIndex = factory.createLoopVariable(); // _i
7870 createLoopVariable(reservedInNestedScopes?: boolean): Identifier;