Home
last modified time | relevance | path

Searched refs:_dirStack (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/harness/
DvfsUtil.ts60 private _dirStack: string[] | undefined; property in vfs.FileSystem
145 fs._dirStack = this._dirStack;
233 if (!this._dirStack) this._dirStack = [];
234 this._dirStack.push(this._cwd);
246 const path = this._dirStack && this._dirStack.pop();