Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/tools/circuit_viewer/src/
DMainEditor.js29 this.files_ = []; property
33 this.selectFile_ = new XSelect(this.files_, this.filePoint_);
44 if (this.files_.indexOf(fn) < 0) {
45 this.files_.push(fn);
46 this.selectFile_.resetList(this.files_, fn);