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

/external/v8/src/debug/
H A Dmirrors.js37 // - ObjectMirror
124 mirror = new ObjectMirror(value, MirrorType.OBJECT_TYPE);
277 return this instanceof ObjectMirror;
601 function ObjectMirror(value, type) { function
605 inherits(ObjectMirror, ValueMirror); class
608 ObjectMirror.prototype.className = function() {
613 ObjectMirror.prototype.constructorFunction = function() {
618 ObjectMirror.prototype.prototypeObject = function() {
623 ObjectMirror.prototype.protoObject = function() {
628 ObjectMirror
[all...]
/external/v8/src/inspector/
H A Ddebugger_script_externs.js240 function ObjectMirror() {} class
243 ObjectMirror.prototype.properties = function() {}
248 * @extends {ObjectMirror}
287 * @extends {ObjectMirror}

Completed in 126 milliseconds