Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/js-heap/
DLoadDatabase.ts30 private static loadDB: LoadDatabase; property in LoadDatabase
34 if (!this.loadDB) {
35 this.loadDB = new LoadDatabase();
37 return this.loadDB;