Home
last modified time | relevance | path

Searched defs:scopeManager (Results 1 – 3 of 3) sorted by relevance

/third_party/node/tools/node_modules/eslint/node_modules/eslint-scope/lib/
Dscope.js128 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 …]
Dreferencer.js115 constructor(options, scopeManager) { argument
/third_party/node/tools/node_modules/eslint/lib/linter/
Dlinter.js675 scopeManager, property
706 function getScope(scopeManager, currentNode) { argument
733 function markVariableAsUsed(scopeManager, currentNode, parserOptions, name) { argument
1151 scopeManager: analyzeScope(slots.lastSourceCode.ast, parserOptions) property