Searched defs:scopeManager (Results 1 – 3 of 3) sorted by relevance
| /third_party/node/tools/node_modules/eslint/node_modules/eslint-scope/lib/ |
| D | scope.js | 128 function registerScope(scopeManager, scope) { argument 156 constructor(scopeManager, type, upperScope, block, isMethodDefinition) { argument 274 __shouldStaticallyClose(scopeManager) { argument 321 __close(scopeManager) { argument 523 constructor(scopeManager, block) { argument 538 __close(scopeManager) { argument 584 constructor(scopeManager, upperScope, block) { argument 590 constructor(scopeManager, upperScope, block) { argument 606 constructor(scopeManager, upperScope, block) { argument 612 constructor(scopeManager, upperScope, block) { argument [all …]
|
| D | referencer.js | 115 constructor(options, scopeManager) { argument
|
| /third_party/node/tools/node_modules/eslint/lib/linter/ |
| D | linter.js | 675 scopeManager, property 706 function getScope(scopeManager, currentNode) { argument 733 function markVariableAsUsed(scopeManager, currentNode, parserOptions, name) { argument 1151 scopeManager: analyzeScope(slots.lastSourceCode.ast, parserOptions) property
|