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

/external/v8/src/
H A Dmirror-debugger.js72 mirror = new UndefinedMirror();
205 // - UndefinedMirror
250 return this instanceof UndefinedMirror;
475 function UndefinedMirror() { function
478 inherits(UndefinedMirror, ValueMirror); class
481 UndefinedMirror.prototype.toText = function() {
720 * property was found with the specified value UndefinedMirror is returned
1202 * UndefinedMirror if there is no getter for this property
1216 * UndefinedMirror if there is no setter for this property
1231 * UndefinedMirror i
[all...]

Completed in 51 milliseconds