Home
last modified time | relevance | path

Searched refs:createLoopVariable (Results 1 – 12 of 12) sorted by relevance

/third_party/typescript/src/deprecatedCompat/4.0/
DnodeFactoryTopLevelExports.ts30 … export const createLoopVariable = Debug.deprecate(factory.createLoopVariable, factoryDeprecation); constant
/third_party/typescript/src/compiler/transformers/
Des2015.ts1450 const temp = factory.createLoopVariable();
2555 const counter = factory.createLoopVariable();
Dgenerators.ts1547 const keysIndex = factory.createLoopVariable(); // _i
/third_party/typescript/src/compiler/factory/
DnodeFactory.ts59 createLoopVariable,
917 function createLoopVariable(reservedInNestedScopes?: boolean): Identifier {
/third_party/typescript/lib/
Dtypescript.d.ts3640 createLoopVariable(reservedInNestedScopes?: boolean): Identifier; method
7480 const createLoopVariable: (reservedInNestedScopes?: boolean | undefined) => Identifier; constant
DtypescriptServices.d.ts3640 createLoopVariable(reservedInNestedScopes?: boolean): Identifier; method
7480 const createLoopVariable: (reservedInNestedScopes?: boolean | undefined) => Identifier; constant
Dtsserverlibrary.d.ts3640 createLoopVariable(reservedInNestedScopes?: boolean): Identifier; method
11426 const createLoopVariable: (reservedInNestedScopes?: boolean | undefined) => Identifier; constant
Dtsc.js18086 createLoopVariable: createLoopVariable, property
18787 function createLoopVariable(reservedInNestedScopes) { function
87498 var temp = factory.createLoopVariable();
88041 var counter = factory.createLoopVariable();
89705 var keysIndex = factory.createLoopVariable();
DtypingsInstaller.js22727 createLoopVariable: createLoopVariable, property
23468 function createLoopVariable(reservedInNestedScopes) { function
104450 var temp = factory.createLoopVariable();
105259 var counter = factory.createLoopVariable();
107998 var keysIndex = factory.createLoopVariable(); // _i
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts3640 createLoopVariable(reservedInNestedScopes?: boolean): Identifier; method
7480 const createLoopVariable: (reservedInNestedScopes?: boolean | undefined) => Identifier; constant
Dtsserverlibrary.d.ts3640 createLoopVariable(reservedInNestedScopes?: boolean): Identifier; method
11426 const createLoopVariable: (reservedInNestedScopes?: boolean | undefined) => Identifier; constant
/third_party/typescript/src/compiler/
Dtypes.ts7870 createLoopVariable(reservedInNestedScopes?: boolean): Identifier;