Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/es6/
Dmirror-symbols.js17 assertTrue(mirror instanceof debug.SymbolMirror);
/external/v8/src/
Dmirror-debugger.js71 mirror = new SymbolMirror(value);
301 return this instanceof SymbolMirror;
632 function SymbolMirror(value) { class
635 inherits(SymbolMirror, ValueMirror);
638 SymbolMirror.prototype.description = function() {
643 SymbolMirror.prototype.toText = function() {