Home | History | Annotate | Download | only in src

Lines Matching refs:packet_

1687   this.packet_ = JSON.parse(json);
1689 if (this.packet_.refs) {
1690 for (var i = 0; i < this.packet_.refs.length; i++) {
1691 this.refs_[this.packet_.refs[i].handle] = this.packet_.refs[i];
1702 return this.packet_.type;
1711 return this.packet_.event;
1720 return this.packet_.request_seq;
1729 return this.packet_.running ? true : false;
1734 return this.packet_.success ? true : false;
1739 return this.packet_.message;
1744 return this.packet_.command;
1749 return this.packet_.body;
1755 return new ProtocolValue(this.packet_.body[index], this);
1757 return new ProtocolValue(this.packet_.body, this);
1763 return this.packet_.body;
1784 this.packet_ = packet;
1886 return this.packet_.lookup(ctor.ref);
1896 return this.packet_.lookup(proto.ref);
1940 return this.packet_.lookup(property.ref);