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);
207 // - ObjectMirror
293 return this instanceof ObjectMirror;
571 function ObjectMirror(value, type, transient) { function
574 inherits(ObjectMirror, ValueMirror); class
577 ObjectMirror.prototype.className = function() {
582 ObjectMirror.prototype.constructorFunction = function() {
587 ObjectMirror.prototype.prototypeObject = function() {
592 ObjectMirror.prototype.protoObject = function() {
597 ObjectMirror
[all...]

Completed in 135 milliseconds