Searched refs:argsDispatch_ (Results 1 – 1 of 1) sorted by relevance
856 this.argsDispatch_ = { property in ArgumentsProcessor898 this.argsDispatch_['--js'] = this.argsDispatch_['-j'];899 this.argsDispatch_['--gc'] = this.argsDispatch_['-g'];900 this.argsDispatch_['--compiler'] = this.argsDispatch_['-c'];901 this.argsDispatch_['--other'] = this.argsDispatch_['-o'];902 this.argsDispatch_['--external'] = this.argsDispatch_['-e'];903 this.argsDispatch_['--ptr'] = this.argsDispatch_['--pairwise-timed-range'];938 if (arg in this.argsDispatch_) {939 var dispatch = this.argsDispatch_[arg];968 for (var arg in this.argsDispatch_) {[all …]