Home
last modified time | relevance | path

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

/external/v8/src/
Dmirror-debugger.js1907 this.mirrors_ = [ ]; property in JSONProtocolSerializer
1948 var count = this.mirrors_.length;
1951 content.push(this.serialize_(this.mirrors_[i], false, false));
1979 for (var i = 0; i < this.mirrors_.length; i++) {
1980 if (this.mirrors_[i] === mirror) {
1986 this.mirrors_.push(mirror);