Lines Matching refs:get
76 let source = this.sources.get(sourceType).get(sourceName);
126 name = this.currentSources.get(type);
131 return this.sources.get(type).get(name);
138 if (!this.sources.get(type).has(name)) {
241 this.sources.get(type).set(name, new (this.sourceTypes.get(type))(parameters));
244 return this.sources.get(type).get(name);
391 actions.push(this.actions.get(i));
421 actions.push(this.actions.get(i));
504 actions.push(this.actions.get(i));
570 actions.push(this.actions.get(i));
585 this.actions.get(tick).duration = duration;