Home
last modified time | relevance | path

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

/external/v8/src/debug/
Dmirrors.js436 return this instanceof InternalPropertyMirror;
869 result.push(new InternalPropertyMirror(properties[i], properties[i + 1]));
1628 function InternalPropertyMirror(name, value) { class
1633 inherits(InternalPropertyMirror, Mirror);
1636 InternalPropertyMirror.prototype.name = function() { class
1641 InternalPropertyMirror.prototype.value = function() {
3079 "InternalPropertyMirror", InternalPropertyMirror,