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 hierachy'); 100 …assertEquals(mirror.prototypeObject().handle(), fromJSON.prototypeObject.ref, 'Unexpected prototyp… 101 …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/ |
D | mirror-debugger.js | 589 ObjectMirror.prototype.prototypeObject = function() { method in ObjectMirror 932 UnresolvedFunctionMirror.prototype.prototypeObject = function() { method in UnresolvedFunctionMirror 2235 content.prototypeObject = this.serializeReference(mirror.prototypeObject());
|