Searched defs:BooleanMirror (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dmirror-debugger.js76 mirror = new BooleanMirror(value);
268 return this instanceof BooleanMirror;
508 function BooleanMirror(value) { function
511 inherits(BooleanMirror, ValueMirror); class
514 BooleanMirror.prototype.toText = function() {

Completed in 56 milliseconds