Home
last modified time | relevance | path

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

/external/v8/src/debug/
Dmirrors.js440 return this instanceof InternalPropertyMirror;
873 result.push(new InternalPropertyMirror(properties[i], properties[i + 1]));
1604 function InternalPropertyMirror(name, value) { class
1609 inherits(InternalPropertyMirror, Mirror);
1612 InternalPropertyMirror.prototype.name = function() { class
1617 InternalPropertyMirror.prototype.value = function() {
3037 "InternalPropertyMirror", InternalPropertyMirror,
/external/v8/test/mjsunit/
Dmirror-object.js81 …assertTrue(internalProperties[i] instanceof debug.InternalPropertyMirror, 'Unexpected mirror hiera…