Searched refs:hasWritesOrVariableDeclarations (Results 1 – 1 of 1) sorted by relevance
1410 …const hasWritesOrVariableDeclarations = writes !== undefined || exposedVariableDeclarations.length… constant1411 if (isBlock(body) && !hasWritesOrVariableDeclarations && substitutions.size === 0) {1419 if (hasWritesOrVariableDeclarations || substitutions.size) {1421 if (hasWritesOrVariableDeclarations && !hasReturn && isStatement(body)) {1439 if (!ignoreReturns && isReturnStatement(node) && hasWritesOrVariableDeclarations) {