Searched refs:ProtocolValue (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dd8.js2395 return new ProtocolValue(this.packet_.body[index], this);
2397 return new ProtocolValue(this.packet_.body, this);
2410 return new ProtocolValue(value, this);
2422 function ProtocolValue(value, packet) { class
2432 ProtocolValue.prototype.type = function() {
2441 ProtocolValue.prototype.field = function(name) {
2450 ProtocolValue.prototype.isPrimitive = function() {
2460 ProtocolValue.prototype.handle = function() {
2469 ProtocolValue.prototype.isUndefined = function() {
2478 ProtocolValue
[all...]

Completed in 43 milliseconds