Searched refs:prototypeObject (Results 1 – 5 of 5) sorted by relevance
/external/v8/test/mjsunit/ |
D | mirror-unresolved-function.js | 66 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…
|
D | mirror-object.js | 64 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…
|
D | mirror-function.js | 67 assertTrue(mirror.prototypeObject() instanceof debug.Mirror);
|
D | mirror-array.js | 65 assertTrue(mirror.prototypeObject() instanceof debug.Mirror, 'Unexpected mirror hierachy');
|
/external/v8/src/debug/ |
D | mirrors.js | 722 ObjectMirror.prototype.prototypeObject = function() { method in ObjectMirror 1068 UnresolvedFunctionMirror.prototype.prototypeObject = function() { method in UnresolvedFunctionMirror 2744 content.prototypeObject = this.serializeReference(mirror.prototypeObject());
|