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

/external/v8/src/
H A Dmirror-debugger.js94 mirror = new ObjectMirror(value, OBJECT_TYPE, opt_transient);
206 // - ObjectMirror
292 return this instanceof ObjectMirror;
570 function ObjectMirror(value, type, transient) { function
573 inherits(ObjectMirror, ValueMirror); class
576 ObjectMirror.prototype.className = function() {
581 ObjectMirror.prototype.constructorFunction = function() {
586 ObjectMirror.prototype.prototypeObject = function() {
591 ObjectMirror.prototype.protoObject = function() {
596 ObjectMirror
[all...]

Completed in 455 milliseconds