Lines Matching refs:_ui
1572 this._ui = exports.interfaces[name];1573 if (!this._ui) try { this._ui = require(name); } catch (err) {}1574 if (!this._ui) throw new Error('invalid interface "' + name + '"');1575 this._ui = this._ui(this.suite);