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

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

Completed in 153 milliseconds