Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/
DMainEditor.js104 this.errorMsg_ = []; property
1077 if (this.errorMsg_.length > 0) {
1079 while (this.errorMsg_.length > 0 && this.errorMsg_[0][0] < ts) {
1080 this.errorMsg_.shift();
1082 for (let i in this.errorMsg_) {
1083 let y = Scr.logich / 2 - this.errorMsg_.length * 20 + i * 20;
1084 let a = parseInt((this.errorMsg_[i][0] - ts) / 2);
1092 this.errorMsg_[i][1],