Home
last modified time | relevance | path

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

/external/v8/src/
Dmirror-debugger.js82 mirror = new ArrayMirror(value);
322 return this instanceof ArrayMirror;
963 function ArrayMirror(value) { class
966 inherits(ArrayMirror, ObjectMirror);
969 ArrayMirror.prototype.length = function() {
974 ArrayMirror.prototype.indexedPropertiesFromRange = function(opt_from_index,
/external/v8/test/mjsunit/
Dmirror-array.js55 assertTrue(mirror instanceof debug.ArrayMirror, 'Unexpected mirror hierachy');