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.js90 mirror = new ErrorMirror(value);
347 return this instanceof ErrorMirror;
1069 function ErrorMirror(value) { class
1072 inherits(ErrorMirror, ObjectMirror);
1079 ErrorMirror.prototype.message = function() {
1084 ErrorMirror.prototype.toText = function() {