Home
last modified time | relevance | path

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

/third_party/typescript/src/services/refactors/
DextractSymbol.ts1410 …const hasWritesOrVariableDeclarations = writes !== undefined || exposedVariableDeclarations.length… constant
1411 if (isBlock(body) && !hasWritesOrVariableDeclarations && substitutions.size === 0) {
1419 if (hasWritesOrVariableDeclarations || substitutions.size) {
1421 if (hasWritesOrVariableDeclarations && !hasReturn && isStatement(body)) {
1439 if (!ignoreReturns && isReturnStatement(node) && hasWritesOrVariableDeclarations) {