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);
209 // - ObjectMirror
295 return this instanceof ObjectMirror;
573 function ObjectMirror(value, type, transient) { function
576 inherits(ObjectMirror, ValueMirror); class
579 ObjectMirror.prototype.className = function() {
584 ObjectMirror.prototype.constructorFunction = function() {
589 ObjectMirror.prototype.prototypeObject = function() {
594 ObjectMirror.prototype.protoObject = function() {
599 ObjectMirror
[all...]

Completed in 57 milliseconds