Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/
Dmirror-error.js55 assertTrue(mirror instanceof debug.ErrorMirror);
/external/v8/src/
Dmirror-debugger.js81 mirror = new ErrorMirror(value);
364 return this instanceof ErrorMirror;
1240 function ErrorMirror(value) { class
1243 inherits(ErrorMirror, ObjectMirror);
1250 ErrorMirror.prototype.message = function() {
1255 ErrorMirror.prototype.toText = function() {