Home
last modified time | relevance | path

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

/external/webkit/V8Binding/v8/src/
Dmirror-delay.js363 return this instanceof PropertyMirror;
710 return new PropertyMirror(this, name, details);
959 value = new PropertyMirror(this, i, details);
1082 function PropertyMirror(mirror, name, details) { class
1094 inherits(PropertyMirror, Mirror);
1097 PropertyMirror.prototype.isReadOnly = function() {
1102 PropertyMirror.prototype.isEnum = function() {
1107 PropertyMirror.prototype.canDelete = function() {
1112 PropertyMirror.prototype.name = function() {
1117 PropertyMirror.prototype.isIndexed = function() {
[all …]
/external/webkit/V8Binding/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');