Searched refs:protoObject (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/v8/test/mjsunit/ |
D | mirror-unresolved-function.js | 65 assertEquals('undefined', mirror.protoObject().type()); 74 assertEquals(mirror.protoObject().handle(), fromJSON.protoObject.ref, 'Unexpected proto object hand… 75 assertEquals('undefined', refs.lookup(fromJSON.protoObject.ref).type, 'Unexpected proto object type…
|
D | mirror-object.js | 63 assertTrue(mirror.protoObject() instanceof debug.Mirror, 'Unexpected mirror hierarchy'); 105 …assertEquals(mirror.protoObject().handle(), fromJSON.protoObject.ref, 'Unexpected proto object han… 106 …assertEquals(mirror.protoObject().type(), refs.lookup(fromJSON.protoObject.ref).type, 'Unexpected …
|
D | mirror-function.js | 66 assertTrue(mirror.protoObject() instanceof debug.Mirror);
|
D | mirror-array.js | 64 assertTrue(mirror.protoObject() instanceof debug.Mirror, 'Unexpected mirror hierachy');
|
/external/chromium_org/v8/src/ |
D | mirror-debugger.js | 642 ObjectMirror.prototype.protoObject = function() { method in ObjectMirror 1059 UnresolvedFunctionMirror.prototype.protoObject = function() { method in UnresolvedFunctionMirror 1848 r = r.protoObject()) { 2534 content.protoObject = this.serializeReference(mirror.protoObject());
|
D | d8.js | 1895 var proto = this.value_.protoObject;
|