Home
last modified time | relevance | path

Searched refs:addBlockScopedVariable (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/compiler/
Dtransformer.ts195 addBlockScopedVariable,
522 function addBlockScopedVariable(name: Identifier): void { function
586 addBlockScopedVariable: noop,
Dtypes.ts8591 /*@internal*/ addBlockScopedVariable(node: Identifier): void;
/third_party/typescript/src/compiler/transformers/
DclassFields.ts139 addBlockScopedVariable
1275 …return factory.createTempVariable(requiresBlockScopedVar ? addBlockScopedVariable : hoistVariableD…
2019 addBlockScopedVariable(generatedName);
2268 addBlockScopedVariable(identifier);
/third_party/typescript/lib/
DtypingsInstaller.js97757 …lEnvironment = context.resumeLexicalEnvironment, addBlockScopedVariable = context.addBlockScopedVa…
98596 …return factory.createTempVariable(requiresBlockScopedVar ? addBlockScopedVariable : hoistVariableD…
99189 addBlockScopedVariable(generatedName);
99350 addBlockScopedVariable(identifier);
114367 addBlockScopedVariable: addBlockScopedVariable, property
114656 function addBlockScopedVariable(name) { function
114717 addBlockScopedVariable: ts.noop, property
Dtsc.js82249 …lEnvironment = context.resumeLexicalEnvironment, addBlockScopedVariable = context.addBlockScopedVa…
82961 …return factory.createTempVariable(requiresBlockScopedVar ? addBlockScopedVariable : hoistVariableD…
83446 addBlockScopedVariable(generatedName);
83606 addBlockScopedVariable(identifier);
94364 addBlockScopedVariable: addBlockScopedVariable, property
94587 function addBlockScopedVariable(name) { function
94645 addBlockScopedVariable: ts.noop, property