Home
last modified time | relevance | path

Searched refs:prototypeObject (Results 1 – 5 of 5) sorted by relevance

/external/v8/test/mjsunit/
Dmirror-unresolved-function.js66 assertEquals('undefined', mirror.prototypeObject().type());
76 assertEquals(mirror.prototypeObject().handle(), fromJSON.prototypeObject.ref, 'Unexpected prototype…
77 assertEquals('undefined', refs.lookup(fromJSON.prototypeObject.ref).type, 'Unexpected prototype obj…
Dmirror-object.js64 assertTrue(mirror.prototypeObject() instanceof debug.Mirror, 'Unexpected mirror hierarchy');
107 …assertEquals(mirror.prototypeObject().handle(), fromJSON.prototypeObject.ref, 'Unexpected prototyp…
108 …assertEquals(mirror.prototypeObject().type(), refs.lookup(fromJSON.prototypeObject.ref).type, 'Une…
Dmirror-function.js67 assertTrue(mirror.prototypeObject() instanceof debug.Mirror);
Dmirror-array.js65 assertTrue(mirror.prototypeObject() instanceof debug.Mirror, 'Unexpected mirror hierachy');
/external/v8/src/debug/
Dmirrors.js722 ObjectMirror.prototype.prototypeObject = function() { method in ObjectMirror
1068 UnresolvedFunctionMirror.prototype.prototypeObject = function() { method in UnresolvedFunctionMirror
2744 content.prototypeObject = this.serializeReference(mirror.prototypeObject());