Searched refs:DisposableStack (Results 1 – 22 of 22) sorted by relevance
31 export class DisposableStack implements Disposable { class75 move(): DisposableStack {76 const other = new DisposableStack();
15 import {AsyncDisposableStack, DisposableStack} from './disposable_stack';19 const trash = new DisposableStack();
16 import {DisposableStack} from './disposable_stack';60 const trash = new DisposableStack();
35 import {DisposableStack} from './disposable_stack';70 private readonly _trash = new DisposableStack();
48 import {DisposableStack} from './disposable_stack';138 private readonly trash = new DisposableStack();
26 import {DisposableStack} from '../base/disposable_stack';81 readonly trash: DisposableStack;
16 import {DisposableStack} from '../../../base/disposable_stack';36 private readonly trash = new DisposableStack();
15 import {DisposableStack} from '../../base/disposable_stack';100 private trash: DisposableStack;114 this.trash = new DisposableStack();
16 import {DisposableStack} from '../../base/disposable_stack';39 private readonly trash = new DisposableStack();
17 import {DisposableStack} from '../../base/disposable_stack';69 private readonly trash = new DisposableStack();
16 import {DisposableStack} from '../../base/disposable_stack';53 private readonly trash = new DisposableStack();
29 import {DisposableStack} from '../../base/disposable_stack';111 private readonly trash = new DisposableStack();
15 import {DisposableStack} from '../base/disposable_stack';33 private readonly _trash = new DisposableStack();
23 import {DisposableStack} from '../base/disposable_stack';48 private trash = new DisposableStack();
33 import {DisposableStack} from '../base/disposable_stack';101 readonly trash = new DisposableStack();
16 import {DisposableStack} from '../base/disposable_stack';79 private readonly trash = new DisposableStack();
20 import {DisposableStack} from '../base/disposable_stack';145 private readonly trash = new DisposableStack();
17 import {DisposableStack} from '../base/disposable_stack';461 private readonly trash = new DisposableStack();
15 import {DisposableStack} from '../base/disposable_stack';80 readonly trash = new DisposableStack();437 get trash(): DisposableStack {
26 import {DisposableStack} from '../../../base/disposable_stack';140 private trash = new DisposableStack();318 private trash = new DisposableStack();
37 import {DisposableStack} from '../base/disposable_stack';73 private trash = new DisposableStack();
198 * Made `Disposable`, `DisposableStack`, and their async variants available