Searched refs:ErrorMirror (Results 1 - 2 of 2) sorted by relevance

/external/v8/test/mjsunit/
H A Dmirror-error.js55 assertTrue(mirror instanceof debug.ErrorMirror);
/external/v8/src/
H A Dmirror-debugger.js90 mirror = new ErrorMirror(value);
215 // - ErrorMirror
349 return this instanceof ErrorMirror;
1072 function ErrorMirror(value) { function
1075 inherits(ErrorMirror, ObjectMirror); class
1082 ErrorMirror.prototype.message = function() {
1087 ErrorMirror.prototype.toText = function() {

Completed in 59 milliseconds