Searched refs:_decodeVLQ (Results 1 – 1 of 1) sorted by relevance
269 columnNumber += this._decodeVLQ(stringCharIterator);275 var sourceIndexDelta = this._decodeVLQ(stringCharIterator);280 sourceLineNumber += this._decodeVLQ(stringCharIterator);281 sourceColumnNumber += this._decodeVLQ(stringCharIterator);283 nameIndex += this._decodeVLQ(stringCharIterator);315 _decodeVLQ: function(stringCharIterator) method in WebInspector.SourceMap