Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/
Dmirror-array.js55 assertTrue(mirror instanceof debug.ArrayMirror, 'Unexpected mirror hierachy');
/external/v8/src/
Dmirror-debugger.js73 mirror = new ArrayMirror(value);
337 return this instanceof ArrayMirror;
1131 function ArrayMirror(value) { class
1134 inherits(ArrayMirror, ObjectMirror);
1137 ArrayMirror.prototype.length = function() {
1142 ArrayMirror.prototype.indexedPropertiesFromRange = function(opt_from_index,