Searched defs:maxStringLength_ (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dmirror-debugger.js2024 JSONProtocolSerializer.prototype.maxStringLength_ = function() {
2065 o.value = mirror.getTruncatedValue(this.maxStringLength_());
2129 if (this.maxStringLength_() != -1 &&
2130 mirror.length() > this.maxStringLength_()) {
2131 var str = mirror.getTruncatedValue(this.maxStringLength_());
2134 content.toIndex = this.maxStringLength_();

Completed in 99 milliseconds