Home
last modified time | relevance | path

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

/external/v8/src/
Dmirror-debugger.js1963 this.mirrors_ = [ ]; property in JSONProtocolSerializer
2004 var count = this.mirrors_.length;
2007 content.push(this.serialize_(this.mirrors_[i], false, false));
2035 for (var i = 0; i < this.mirrors_.length; i++) {
2036 if (this.mirrors_[i] === mirror) {
2042 this.mirrors_.push(mirror);