Lines Matching refs:scope
330 constructor(scope, properties) {
331 ObjectAssign(this, scope);
526 (scope) => scope.type !== 'global',
528 async (scope) => {
529 const { objectId } = scope.object;
534 return new ScopeSnapshot(scope, result);
589 // Repl asked for scope variables
590 if (code === '.scope') {
595 return ArrayPrototypeMap(scopes, (scope) => scope.completionGroup);