Home
last modified time | relevance | path

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

/external/v8/src/
Dmirror-debugger.js358 return this instanceof PropertyMirror;
707 return new PropertyMirror(this, name, details);
984 value = new PropertyMirror(this, i, details);
1107 function PropertyMirror(mirror, name, details) { class
1119 inherits(PropertyMirror, Mirror);
1122 PropertyMirror.prototype.isReadOnly = function() {
1127 PropertyMirror.prototype.isEnum = function() {
1132 PropertyMirror.prototype.canDelete = function() {
1137 PropertyMirror.prototype.name = function() {
1142 PropertyMirror.prototype.isIndexed = function() {
[all …]
/external/v8/test/mjsunit/
Dmirror-object.js73 assertTrue(properties[i] instanceof debug.PropertyMirror, 'Unexpected mirror hierachy');
80 assertTrue(property_mirror instanceof debug.PropertyMirror);
Dmirror-array.js72 assertTrue(indexedProperties[i] instanceof debug.PropertyMirror, 'Unexpected mirror hierachy');