Searched refs:ArrayMirror (Results 1 – 2 of 2) sorted by relevance
91 mirror = new ArrayMirror(value);327 return this instanceof ArrayMirror;939 function ArrayMirror(value) { class942 inherits(ArrayMirror, ObjectMirror);945 ArrayMirror.prototype.length = function() {950 ArrayMirror.prototype.indexedPropertiesFromRange = function(opt_from_index, opt_to_index) {
55 assertTrue(mirror instanceof debug.ArrayMirror, 'Unexpected mirror hierachy');