Home
last modified time | relevance | path

Searched refs:PropertyMirror (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/debug/
Dmirrors.js431 return this instanceof PropertyMirror;
791 return new PropertyMirror(this, name, details);
1120 value = new PropertyMirror(this, i, details);
1461 function PropertyMirror(mirror, name, details) { class
1474 inherits(PropertyMirror, Mirror);
1477 PropertyMirror.prototype.isReadOnly = function() { class
1482 PropertyMirror.prototype.isEnum = function() {
1487 PropertyMirror.prototype.canDelete = function() {
1492 PropertyMirror.prototype.name = function() {
1497 PropertyMirror.prototype.isIndexed = function() {
[all …]
/external/v8/test/mjsunit/
Dmirror-object.js73 assertTrue(properties[i] instanceof debug.PropertyMirror, 'Unexpected mirror hierarchy');
87 assertTrue(property_mirror instanceof debug.PropertyMirror);
Dmirror-array.js72 assertTrue(indexedProperties[i] instanceof debug.PropertyMirror, 'Unexpected mirror hierachy');