Searched refs:argsDispatch_ (Results 1 – 1 of 1) sorted by relevance
763 this.argsDispatch_ = { property in ArgumentsProcessor791 this.argsDispatch_['--js'] = this.argsDispatch_['-j'];792 this.argsDispatch_['--gc'] = this.argsDispatch_['-g'];793 this.argsDispatch_['--compiler'] = this.argsDispatch_['-c'];794 this.argsDispatch_['--other'] = this.argsDispatch_['-o'];795 this.argsDispatch_['--external'] = this.argsDispatch_['-e'];824 if (arg in this.argsDispatch_) {825 var dispatch = this.argsDispatch_[arg];858 for (var arg in this.argsDispatch_) {860 var dispatch = this.argsDispatch_[arg];[all …]