Home
last modified time | relevance | path

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

/external/v8/src/debug/
Dmirrors.js2502 this.mirrors_ = [ ]; property in anonymousFunction05c923d40100.JSONProtocolSerializer
2543 var count = this.mirrors_.length;
2546 content.push(this.serialize_(this.mirrors_[i], false, false));
2574 for (var i = 0; i < this.mirrors_.length; i++) {
2575 if (this.mirrors_[i] === mirror) {
2581 this.mirrors_.push(mirror);