Searched refs:stepCommandToJSONRequest_ (Results 1 – 1 of 1) sorted by relevance
324 this.request_ = this.stepCommandToJSONRequest_(args, 'in');329 this.request_ = this.stepCommandToJSONRequest_(args, 'min');334 this.request_ = this.stepCommandToJSONRequest_(args, 'next');339 this.request_ = this.stepCommandToJSONRequest_(args, 'out');575 DebugRequest.prototype.stepCommandToJSONRequest_ = function(args, type) { method in DebugRequest