Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/
Dmirror-string.js42 assertTrue(mirror instanceof debug.StringMirror);
/external/v8/src/debug/
Dmirrors.js157 mirror = new StringMirror(value);
334 return this instanceof StringMirror;
654 function StringMirror(value) { class
657 inherits(StringMirror, ValueMirror);
660 StringMirror.prototype.length = function() { class
664 StringMirror.prototype.getTruncatedValue = function(maxLength) {
672 StringMirror.prototype.toText = function() {
3019 "StringMirror", StringMirror,