Home
last modified time | relevance | path

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

/external/v8/tools/
Dtickprocessor.js786 this.argsDispatch_ = { property in ArgumentsProcessor
828 this.argsDispatch_['--js'] = this.argsDispatch_['-j'];
829 this.argsDispatch_['--gc'] = this.argsDispatch_['-g'];
830 this.argsDispatch_['--compiler'] = this.argsDispatch_['-c'];
831 this.argsDispatch_['--other'] = this.argsDispatch_['-o'];
832 this.argsDispatch_['--external'] = this.argsDispatch_['-e'];
833 this.argsDispatch_['--ptr'] = this.argsDispatch_['--pairwise-timed-range'];
868 if (arg in this.argsDispatch_) {
869 var dispatch = this.argsDispatch_[arg];
898 for (var arg in this.argsDispatch_) {
[all …]
Dic-processor.js212 this.argsDispatch_ = { property in ArgumentsProcessor
240 if (arg in this.argsDispatch_) {
241 var dispatch = this.argsDispatch_[arg];
270 for (var arg in this.argsDispatch_) {
272 var dispatch = this.argsDispatch_[arg];
273 for (var synArg in this.argsDispatch_) {
274 if (arg !== synArg && dispatch === this.argsDispatch_[synArg]) {
276 delete this.argsDispatch_[synArg];